mirror of
https://github.com/unraid/webgui.git
synced 2026-05-03 16:29:45 -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:
@@ -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