diff options
author | Maxim Devaev <[email protected]> | 2022-10-08 13:26:50 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2022-10-08 13:26:50 +0300 |
commit | 2a238465828dd00ed1a52f401938ed0b3a029e8e (patch) | |
tree | a5a2a927480d8dfba75bc55a80b142167ac0b5a9 /web/kvm/navbar-macro.pug | |
parent | a39d3dffbe837c15576615656df5a924bcd44831 (diff) |
removed data-dont-hide-menu
Diffstat (limited to 'web/kvm/navbar-macro.pug')
-rw-r--r-- | web/kvm/navbar-macro.pug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/kvm/navbar-macro.pug b/web/kvm/navbar-macro.pug index 73b88c63..cebc6678 100644 --- a/web/kvm/navbar-macro.pug +++ b/web/kvm/navbar-macro.pug @@ -2,7 +2,7 @@ li(id="macro-dropdown" class="right") a(class="menu-button" href="#") +navbar_led("hid-recorder-led", "led-gear") span Macro - div(data-dont-hide-menu class="menu") + div(class="menu") div(class="text") b Record and play HID/ATX/GPIO actions#[br] sub For security reasons, the record will not be saved on the PiKVM |