mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 09:01:54 +08:00
pikvm/pikvm#1518: web: switch: Toggle to disable MSD warning
This commit is contained in:
@@ -962,18 +962,28 @@
|
||||
</div>
|
||||
<hr>
|
||||
</div>
|
||||
<table class="kv">
|
||||
<tr>
|
||||
<td>Ask ATX click confirmation:
|
||||
</td>
|
||||
<td align="right">
|
||||
<div class="switch-box">
|
||||
<input checked type="checkbox" id="switch-atx-ask-switch">
|
||||
<label for="switch-atx-ask-switch"><span class="switch-inner"></span><span class="switch"></span></label>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<table class="kv">
|
||||
<tr>
|
||||
<td>Ask ATX click confirmation:
|
||||
</td>
|
||||
<td align="right">
|
||||
<div class="switch-box">
|
||||
<input checked type="checkbox" id="switch-atx-ask-switch">
|
||||
<label for="switch-atx-ask-switch"><span class="switch-inner"></span><span class="switch"></span></label>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Confirm switching when the Drive is connected:
|
||||
</td>
|
||||
<td align="right">
|
||||
<div class="switch-box">
|
||||
<input checked type="checkbox" id="switch-msd-ask-switch">
|
||||
<label for="switch-msd-ask-switch"><span class="switch-inner"></span><span class="switch"></span></label>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<hr>
|
||||
<table class="kv" id="switch-chain"></table>
|
||||
</div>
|
||||
|
||||
@@ -22,7 +22,11 @@ li.right.feature-disabled#switch-dropdown
|
||||
| when you decide to install it.
|
||||
hr
|
||||
|
||||
+menu_switch_table("switch-atx-ask-switch", true, true) Ask ATX click confirmation:
|
||||
table.kv
|
||||
tr
|
||||
+menu_switch_td2("switch-atx-ask-switch", true, true) Ask ATX click confirmation:
|
||||
tr
|
||||
+menu_switch_td2("switch-msd-ask-switch", true, true) Confirm switching when the Drive is connected:
|
||||
hr
|
||||
|
||||
table.kv#switch-chain
|
||||
|
||||
Reference in New Issue
Block a user