mirror of
https://github.com/unraid/webgui.git
synced 2026-04-24 11:19:25 -05:00
novnc: empty path by default, QEMU 2.9 no longer accepts websocket connections that have a path populated (e.g. websockify)
This commit is contained in:
@@ -94,7 +94,7 @@ var UI;
|
||||
UI.initSetting('resize', 'scale'); // LT: default was 'off' before
|
||||
UI.initSetting('shared', true);
|
||||
UI.initSetting('view_only', false);
|
||||
UI.initSetting('path', 'websockify');
|
||||
UI.initSetting('path', '');
|
||||
UI.initSetting('repeaterID', '');
|
||||
UI.initSetting('token', '');
|
||||
|
||||
|
||||
@@ -164,7 +164,7 @@
|
||||
<li><label><input id="noVNC_shared" type="checkbox" checked> Shared Mode</label></li>
|
||||
<li><label><input id="noVNC_view_only" type="checkbox"> View Only</label></li>
|
||||
<hr>
|
||||
<li><input id="noVNC_path" type="input" value="websockify"> Path</li>
|
||||
<li><input id="noVNC_path" type="input" value=""> Path</li>
|
||||
<li><label>
|
||||
<select id="noVNC_resize" name="vncResize">
|
||||
<option value="off">None</option>
|
||||
|
||||
Reference in New Issue
Block a user