summaryrefslogtreecommitdiff
path: root/vnc.html
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2022-03-10 16:28:54 +0100
committerPierre Ossman <ossman@cendio.se>2022-03-10 16:28:54 +0100
commit7be06b4d7db3be1434e68989b92710a4befbea38 (patch)
tree24ef852a4fa87a29f2f1f014ebcd0d2dea0b2da7 /vnc.html
parent15a0608e041627779ba49ce9c388396f459ca6a2 (diff)
downloadnovnc-7be06b4d7db3be1434e68989b92710a4befbea38.tar.gz
Add headings for dialogs
Keep them in the same style as the panels.
Diffstat (limited to 'vnc.html')
-rw-r--r--vnc.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/vnc.html b/vnc.html
index 15742e6..87eac94 100644
--- a/vnc.html
+++ b/vnc.html
@@ -277,6 +277,9 @@
<!-- Server Key Verification Dialog -->
<div class="noVNC_center noVNC_connect_layer">
<div id="noVNC_verify_server_dlg" class="noVNC_panel"><form>
+ <div class="noVNC_heading">
+ Server identity
+ </div>
<div id="noVNC_fingerprint_block">
<label>Fingerprint:</label>
<div id="noVNC_fingerprint"></div>
@@ -294,6 +297,9 @@
<!-- Password Dialog -->
<div class="noVNC_center noVNC_connect_layer">
<div id="noVNC_credentials_dlg" class="noVNC_panel"><form>
+ <div class="noVNC_heading">
+ Credentials
+ </div>
<div id="noVNC_username_block">
<label>Username:</label>
<input id="noVNC_username_input">