diff options
author | Maxim Devaev <[email protected]> | 2024-11-04 18:06:16 +0200 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2024-11-04 18:06:16 +0200 |
commit | 7ef2e16b51eab24897cc6447c826a5a1c2b8efed (patch) | |
tree | 1dafb2521cfa1e91a213f823b98873fc47000e74 /web/kvm/navbar-system.pug | |
parent | d93639ba8dcd003f82221f4ed99159755f2213c3 (diff) |
minor partial state fixes
Diffstat (limited to 'web/kvm/navbar-system.pug')
-rw-r--r-- | web/kvm/navbar-system.pug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/kvm/navbar-system.pug b/web/kvm/navbar-system.pug index 6e2a33d2..484bed86 100644 --- a/web/kvm/navbar-system.pug +++ b/web/kvm/navbar-system.pug @@ -122,7 +122,7 @@ li(id="system-dropdown" class="right") +menu_switch_notable("hid-mute-switch", "Mute HID input events", true, false) tr(id="v3-usb-breaker" class="feature-disabled") +menu_switch_notable_gpio("__v3_usb_breaker__", "Connect main USB to Server", - "Turning off this switch will disconnect the main USB<br>from the server. Are you sure you want to continue?") + "Turning off this switch will disconnect the main USB from the server. Are you sure you want to continue?") tr(id="v4-locator" class="feature-disabled") +menu_switch_notable_gpio("__v4_locator__", "Enable locator LED") tr |