summaryrefslogtreecommitdiff
path: root/vnc.html
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2016-10-29 17:58:34 +0200
committerPierre Ossman <ossman@cendio.se>2017-01-04 15:05:01 +0100
commit512d3605add8ccd6ae1e9fcf6736ec51a3d8bba5 (patch)
tree5d76895daa0c70f146fd6916644f7c79c37f5857 /vnc.html
parentef3e12b5958672ed97ba87cf11f147ab76101219 (diff)
downloadnovnc-512d3605add8ccd6ae1e9fcf6736ec51a3d8bba5.tar.gz
Remove connect dialog
It only contained a password field, which might not be needed, and is handled by a separate dialog if it is.
Diffstat (limited to 'vnc.html')
-rw-r--r--vnc.html19
1 files changed, 1 insertions, 18 deletions
diff --git a/vnc.html b/vnc.html
index bdb706c..e56065e 100644
--- a/vnc.html
+++ b/vnc.html
@@ -250,28 +250,11 @@
<!-- Connection Controls -->
<input type="image" alt="Connect" src="app/images/connect.svg"
- id="noVNC_connect_controls_button" class="noVNC_button"
+ id="noVNC_connect_button" class="noVNC_button"
title="Connect" />
<input type="image" alt="Disconnect" src="app/images/disconnect.svg"
id="noVNC_disconnect_button" class="noVNC_button"
title="Disconnect" />
- <div class="noVNC_vcenter">
- <div id="noVNC_connect_controls" class="noVNC_panel">
- <ul>
- <li class="noVNC_heading">
- <img src="app/images/connect.svg"> Connection
- </li>
- <li>
- <label for="noVNC_setting_password">Password:</label>
- <input id="noVNC_setting_password" type="password" />
- </li>
- <li><hr></li>
- <li>
- <input id="noVNC_connect_button" type="button" value="Connect" class="noVNC_submit" />
- </li>
- </ul>
- </div>
- </div>
</div>
</div>