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-health.pug | |
parent | a39d3dffbe837c15576615656df5a924bcd44831 (diff) |
removed data-dont-hide-menu
Diffstat (limited to 'web/kvm/navbar-health.pug')
-rw-r--r-- | web/kvm/navbar-health.pug | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/kvm/navbar-health.pug b/web/kvm/navbar-health.pug index 455f0339..bb2c5170 100644 --- a/web/kvm/navbar-health.pug +++ b/web/kvm/navbar-health.pug @@ -3,7 +3,7 @@ div(id="hw-health-dropdown" class="hidden") a(class="menu-button" href="#") +navbar_led("hw-health-undervoltage-led", "led-undervoltage", "hidden") +navbar_led("hw-health-overheating-led", "led-overheating", "hidden") - div(data-dont-hide-menu class="menu") + div(class="menu") +menu_message("warning", "Raspberry Pi's health is at risk") | This is not a drill! A red icon indicates a current issue,#[br] | a yellow one that was observed since the device booted up @@ -22,7 +22,7 @@ div(id="fan-health-dropdown" class="hidden") li(class="left") a(class="menu-button" href="#") +navbar_led("fan-health-led", "led-fan", "hidden") - div(data-dont-hide-menu class="menu") + div(class="menu") +menu_message("warning", "Raspberry Pi's health is at risk") | This is not a drill! A red icon indicates a current issue,#[br] | a yellow one that was observed in the past |