summaryrefslogtreecommitdiff
path: root/web/kvm/index.html
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2021-01-14 23:29:52 +0300
committerDevaev Maxim <[email protected]>2021-01-14 23:29:52 +0300
commit8a45ce9146df3aa7c53b75c08ae0a4655e013ce2 (patch)
treefbef16bc6a3438417b38822f9dd6df1fb1bc3fda /web/kvm/index.html
parent1799e34fd009c1316c5e6a5281bba09b44b3134d (diff)
v3 usb breaker
Diffstat (limited to 'web/kvm/index.html')
-rw-r--r--web/kvm/index.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/web/kvm/index.html b/web/kvm/index.html
index 1d920cee..10f72b28 100644
--- a/web/kvm/index.html
+++ b/web/kvm/index.html
@@ -196,6 +196,18 @@
</table>
</div>
<hr>
+ <div class="feature-disabled" id="v3-usb-breaker">
+ <table class="kv">
+ <td>Connect main USB to Server:</td>
+ <td align="right">
+ <div class="switch-box">
+ <input class="gpio-switch" disabled type="checkbox" id="gpio-switch-__v3_usb_breaker__" data-channel="__v3_usb_breaker__" data-confirm-off="Turning off this switch will disconnect the main USB&lt;br&gt;from the server. Are you sure you want to continue?">
+ <label for="gpio-switch-__v3_usb_breaker__"><span class="switch-inner"></span><span class="switch"></span></label>
+ </div>
+ </td>
+ </table>
+ <hr>
+ </div>
<div class="buttons buttons-row">
<button class="row50" data-force-hide-menu id="show-keyboard-button">&bull; Show keyboard</button>
<button class="row50" disabled id="hid-reset-button">Reset HID</button>