Add explanation text to clipboard panel

Hopefully makes it a bit easier to understand what you as a user are
supposed to do with the textarea.
This commit is contained in:
Samuel Mannehed 2022-11-14 17:17:01 +01:00
parent 2825529a13
commit f19e328dce
1 changed files with 3 additions and 0 deletions

View File

@ -144,6 +144,9 @@
<div class="noVNC_heading">
<img alt="" src="app/images/clipboard.svg"> Clipboard
</div>
<p class="noVNC_subheading">
Edit clipboard content in the textarea below.
</p>
<textarea id="noVNC_clipboard_text" rows=5></textarea>
</div>
</div>