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:
parent
2825529a13
commit
f19e328dce
3
vnc.html
3
vnc.html
|
@ -144,6 +144,9 @@
|
||||||
<div class="noVNC_heading">
|
<div class="noVNC_heading">
|
||||||
<img alt="" src="app/images/clipboard.svg"> Clipboard
|
<img alt="" src="app/images/clipboard.svg"> Clipboard
|
||||||
</div>
|
</div>
|
||||||
|
<p class="noVNC_subheading">
|
||||||
|
Edit clipboard content in the textarea below.
|
||||||
|
</p>
|
||||||
<textarea id="noVNC_clipboard_text" rows=5></textarea>
|
<textarea id="noVNC_clipboard_text" rows=5></textarea>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue