]> git.proxmox.com Git - mirror_novnc.git/commitdiff
Group rarely changed settings together
authorPierre Ossman <ossman@cendio.se>
Sat, 29 Oct 2016 15:37:09 +0000 (17:37 +0200)
committerPierre Ossman <ossman@cendio.se>
Wed, 4 Jan 2017 14:05:01 +0000 (15:05 +0100)
vnc.html

index 2ac751190fc9d2567995e3868ae9f1a3b4ae9d40..bdb706c192bf85bbd656f6754de5910add9badd6 100644 (file)
--- a/vnc.html
+++ b/vnc.html
                         <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" />