diff options
Diffstat (limited to 'web/kvm/index.html')
-rw-r--r-- | web/kvm/index.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/web/kvm/index.html b/web/kvm/index.html index 2223c8ef..f91dc9ad 100644 --- a/web/kvm/index.html +++ b/web/kvm/index.html @@ -207,6 +207,16 @@ </table> </div> <hr> + <table class="kv"> + <td>Mute HID input events:</td> + <td align="right"> + <div class="switch-box"> + <input type="checkbox" id="hid-mute-switch"> + <label for="hid-mute-switch"><span class="switch-inner"></span><span class="switch"></span></label> + </div> + </td> + </table> + <hr> <div class="feature-disabled" id="v3-usb-breaker"> <table class="kv"> <td>Connect main USB to Server:</td> |