pikvm/pikvm#1341: Web: Switch to maximize tab by default

This commit is contained in:
Maxim Devaev
2024-11-07 00:31:08 +02:00
parent f1503d69e0
commit e9e7f9bd05
4 changed files with 43 additions and 16 deletions

View File

@@ -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">