summaryrefslogtreecommitdiff
path: root/web/kvm/navbar-system.pug
diff options
context:
space:
mode:
authorMaxim Devaev <[email protected]>2022-10-08 13:26:50 +0300
committerMaxim Devaev <[email protected]>2022-10-08 13:26:50 +0300
commit2a238465828dd00ed1a52f401938ed0b3a029e8e (patch)
treea5a2a927480d8dfba75bc55a80b142167ac0b5a9 /web/kvm/navbar-system.pug
parenta39d3dffbe837c15576615656df5a924bcd44831 (diff)
removed data-dont-hide-menu
Diffstat (limited to 'web/kvm/navbar-system.pug')
-rw-r--r--web/kvm/navbar-system.pug4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/kvm/navbar-system.pug b/web/kvm/navbar-system.pug
index 550325ae..7dbd3ebf 100644
--- a/web/kvm/navbar-system.pug
+++ b/web/kvm/navbar-system.pug
@@ -5,7 +5,7 @@ li(id="system-dropdown" class="right")
+navbar_led("hid-keyboard-led", "led-hid-keyboard")
+navbar_led("hid-mouse-led", "led-hid-mouse")
span System
- div(data-dont-hide-menu id="system-menu" class="menu")
+ div(id="system-menu" class="menu")
table(class="kv" style="width: calc(100% - 20px)")
tr
td(class="value") Runtime settings &amp; tools
@@ -25,7 +25,7 @@ li(id="system-dropdown" class="right")
table(class="kv" style="width: calc(100% - 20px)")
tr(id="stream-resolution" class="feature-disabled")
td Resolution:
- td #[select(disabled data-dont-hide-menu id="stream-resolution-selector")]
+ td #[select(disabled id="stream-resolution-selector")]
tr(id="stream-quality" class="feature-disabled")
td JPEG quality:
td #[input(disabled type="range" id="stream-quality-slider" class="slider")]