summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2016-10-29 17:37:09 +0200
committerPierre Ossman <ossman@cendio.se>2017-01-04 15:05:01 +0100
commit13304bacd0f9df11cf638f916f5f5b1958ef49da (patch)
tree8e751d224922431cc9e9405a8b7d5d9e3d311241
parent575f69832df2909f7f79d58a4facfc035b5b8e81 (diff)
downloadnovnc-13304bacd0f9df11cf638f916f5f5b1958ef49da.tar.gz
Group rarely changed settings together
-rw-r--r--vnc.html77
1 files changed, 42 insertions, 35 deletions
diff --git a/vnc.html b/vnc.html
index 2ac7511..bdb706c 100644
--- a/vnc.html
+++ b/vnc.html
@@ -177,62 +177,69 @@
<img src="app/images/settings.svg"> Settings
</li>
<li>
- <label><input id="noVNC_setting_true_color" type="checkbox" checked /> True Color</label>
+ <label><input id="noVNC_setting_shared" type="checkbox" /> Shared Mode</label>
</li>
<li>
- <label><input id="noVNC_setting_cursor" type="checkbox" /> Local Cursor</label>
+ <label><input id="noVNC_setting_view_only" type="checkbox" /> View Only</label>
</li>
+ <li><hr></li>
<li>
<label><input id="noVNC_setting_clip" type="checkbox" /> Clip to Window</label>
</li>
<li>
- <label><input id="noVNC_setting_shared" type="checkbox" /> Shared Mode</label>
- </li>
- <li>
- <label><input id="noVNC_setting_view_only" type="checkbox" /> View Only</label>
+ <label for="noVNC_setting_resize">Scaling Mode:</label>
+ <select id="noVNC_setting_resize" name="vncResize">
+ <option value="off">None</option>
+ <option value="scale">Local Scaling</option>
+ <option value="downscale">Local Downscaling</option>
+ <option value="remote">Remote Resizing</option>
+ </select>
</li>
<li><hr></li>
<li>
- <div class="noVNC_expander">WebSocket</div>
+ <div class="noVNC_expander">Advanced</div>
<div><ul>
<li>
- <label><input id="noVNC_setting_encrypt" type="checkbox" /> Encrypt</label>
+ <label><input id="noVNC_setting_true_color" type="checkbox" checked /> True Color</label>
+ </li>
+ <li>
+ <label><input id="noVNC_setting_cursor" type="checkbox" /> Local Cursor</label>
</li>
+ <li><hr></li>
<li>
- <label for="noVNC_setting_host">Host:</label>
- <input id="noVNC_setting_host" />
+ <label for="noVNC_setting_repeaterID">Repeater ID:</label>
+ <input id="noVNC_setting_repeaterID" type="input" value="" />
</li>
<li>
- <label for="noVNC_setting_port">Port:</label>
- <input id="noVNC_setting_port" />
+ <div class="noVNC_expander">WebSocket</div>
+ <div><ul>
+ <li>
+ <label><input id="noVNC_setting_encrypt" type="checkbox" /> Encrypt</label>
+ </li>
+ <li>
+ <label for="noVNC_setting_host">Host:</label>
+ <input id="noVNC_setting_host" />
+ </li>
+ <li>
+ <label for="noVNC_setting_port">Port:</label>
+ <input id="noVNC_setting_port" />
+ </li>
+ <li>
+ <label for="noVNC_setting_path">Path:</label>
+ <input id="noVNC_setting_path" type="input" value="websockify" />
+ </li>
+ </ul></div>
</li>
+ <li><hr></li>
+ <!-- Logging selection dropdown -->
<li>
- <label for="noVNC_setting_path">Path:</label>
- <input id="noVNC_setting_path" type="input" value="websockify" />
+ <label>Logging:
+ <select id="noVNC_setting_logging" name="vncLogging">
+ </select>
+ </label>
</li>
</ul></div>
</li>
- <li>
- <label for="noVNC_setting_resize">Scaling Mode:</label>
- <select id="noVNC_setting_resize" name="vncResize">
- <option value="off">None</option>
- <option value="scale">Local Scaling</option>
- <option value="downscale">Local Downscaling</option>
- <option value="remote">Remote Resizing</option>
- </select>
- </li>
- <li>
- <label for="noVNC_setting_repeaterID">Repeater ID:</label>
- <input id="noVNC_setting_repeaterID" type="input" value="" />
- </li>
- <li><hr></li>
- <!-- Logging selection dropdown -->
- <li>
- <label>Logging:
- <select id="noVNC_setting_logging" name="vncLogging">
- </select>
- </label>
- </li>
<li><hr></li>
<li>
<input type="button" id="noVNC_settings_apply" value="Apply" class="noVNC_submit" />