diff options
author | Maxim Devaev <[email protected]> | 2024-11-07 00:31:08 +0200 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2024-11-07 00:34:24 +0200 |
commit | e9e7f9bd0553b77a993f560d64ec814f520852fb (patch) | |
tree | 7ccdd481787f467108f4c5c518765acdda9b3a61 /web/kvm/index.html | |
parent | f1503d69e0b15caa5d8fd0f4fb30b91d516db2ea (diff) |
pikvm/pikvm#1341: Web: Switch to maximize tab by default
Diffstat (limited to 'web/kvm/index.html')
-rw-r--r-- | web/kvm/index.html | 34 |
1 files changed, 25 insertions, 9 deletions
diff --git a/web/kvm/index.html b/web/kvm/index.html index 0c40cc83..d189ea13 100644 --- a/web/kvm/index.html +++ b/web/kvm/index.html @@ -362,6 +362,31 @@ </table> </div> </details> + <details> + <summary>Web UI settings</summary> + <div class="spoiler"> + <table class="kv"> + <tr> + <td>Ask page close confirmation:</td> + <td align="right"> + <div class="switch-box"> + <input checked type="checkbox" id="page-close-ask-switch"> + <label for="page-close-ask-switch"><span class="switch-inner"></span><span class="switch"></span></label> + </div> + </td> + </tr> + <tr> + <td>Expand for the entire tab by default:</td> + <td align="right"> + <div class="switch-box"> + <input type="checkbox" id="page-full-tab-stream-switch"> + <label for="page-full-tab-stream-switch"><span class="switch-inner"></span><span class="switch"></span></label> + </div> + </td> + </tr> + </table> + </div> + </details> <table class="kv"> <tr class="feature-disabled" id="hid-connect"> <td>Connect HID to Server:</td> @@ -408,15 +433,6 @@ </div> </td> </tr> - <tr> - <td>Ask page close confirmation:</td> - <td align="right"> - <div class="switch-box"> - <input checked type="checkbox" id="page-close-ask-switch"> - <label for="page-close-ask-switch"><span class="switch-inner"></span><span class="switch"></span></label> - </div> - </td> - </tr> </table> <hr> <div class="buttons buttons-row"> |