From dd4c797d26bdd7107bfb748c1aced677ca083af0 Mon Sep 17 00:00:00 2001 From: Devaev Maxim Date: Fri, 25 Dec 2020 04:40:31 +0300 Subject: hid connection iface --- web/kvm/index.html | 12 ++++++++++++ web/kvm/navbar-system.pug | 3 +++ 2 files changed, 15 insertions(+) (limited to 'web/kvm') diff --git a/web/kvm/index.html b/web/kvm/index.html index 1697882b..59962dad 100644 --- a/web/kvm/index.html +++ b/web/kvm/index.html @@ -183,6 +183,18 @@ +
+
+ + + +
Connect HID to Server: +
+ + +
+
+

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 -- cgit v1.2.3