diff options
author | Maxim Devaev <[email protected]> | 2022-03-25 21:19:28 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2022-03-25 21:19:28 +0300 |
commit | ed23fef5121f8f71b47b3e6aefe409a7e36fd9a7 (patch) | |
tree | 07fb271740bca9a244b6d1bf87f9f098292cd108 /web/kvm/navbar-health.pug | |
parent | 67180e244f4d521816c2f2a82457874da5dcb202 (diff) |
fan monitoring
Diffstat (limited to 'web/kvm/navbar-health.pug')
-rw-r--r-- | web/kvm/navbar-health.pug | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/web/kvm/navbar-health.pug b/web/kvm/navbar-health.pug index 91003bab..455f0339 100644 --- a/web/kvm/navbar-health.pug +++ b/web/kvm/navbar-health.pug @@ -17,3 +17,16 @@ div(id="hw-health-dropdown" class="hidden") +menu_message("led-overheating", "Overheating detected", "led-gray") | Frequency capping due to overheating,#[br] | improve cooling of the Raspberry Pi + +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") + +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 + div(id="fan-health-message-fail") + hr + +menu_message("led-fan", "Fan failed", "led-gray") + | A fan error occured, please check the log |