diff options
author | Devaev Maxim <[email protected]> | 2020-12-25 04:40:31 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2020-12-25 04:40:31 +0300 |
commit | dd4c797d26bdd7107bfb748c1aced677ca083af0 (patch) | |
tree | 73d5520704697feecd02973533ddfb09f0c5959b /web/kvm/navbar-system.pug | |
parent | edb967c633487c90846a6df69adb3842a91fd95c (diff) |
hid connection iface
Diffstat (limited to 'web/kvm/navbar-system.pug')
-rw-r--r-- | web/kvm/navbar-system.pug | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/web/kvm/navbar-system.pug b/web/kvm/navbar-system.pug index cb6fc79f..03111535 100644 --- a/web/kvm/navbar-system.pug +++ b/web/kvm/navbar-system.pug @@ -45,6 +45,9 @@ li(class="right") div(id="hid-mouse-squash" class="feature-disabled") hr +menu_switch("hid-mouse-squash-checkbox", "Squash relative mouse moves", true, true) + div(id="hid-connect" class="feature-disabled") + hr + +menu_switch("hid-connect-checkbox", "Connect HID to Server", true, true) hr div(class="buttons buttons-row") button(data-force-hide-menu id="show-keyboard-button" class="row50") • Show keyboard |