Allow submitting the password from the input field

This commit is contained in:
Pierre Ossman
2017-02-03 13:19:15 +01:00
parent 648c83984c
commit 84b05d24b0
3 changed files with 17 additions and 10 deletions
+3 -3
View File
@@ -277,17 +277,17 @@
<!-- Password Dialog -->
<div class="noVNC_center noVNC_connect_layer">
<div id="noVNC_password_dlg" class="noVNC_panel">
<div id="noVNC_password_dlg" class="noVNC_panel"><form>
<ul>
<li>
<label>Password:</label>
<input id="noVNC_password_input" type="password" />
</li>
<li>
<input id="noVNC_password_button" type="button" value="Send Password" class="noVNC_submit" />
<input id="noVNC_password_button" type="submit" value="Send Password" class="noVNC_submit" />
</li>
</ul>
</div>
</form></div>
</div>
<!-- Transition Screens -->