diff options
author | Maxim Devaev <[email protected]> | 2023-07-07 12:50:09 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2023-07-07 12:50:09 +0300 |
commit | 26d807a4b9304521a901ad8ec0548d167d13a37d (patch) | |
tree | 7c47cf2e701e1c5ef55a9069446ab65a629f5d6c /web/kvm/navbar-health.pug | |
parent | 81aeb3825d43908fd3bdd08f8063c9c3be974ed5 (diff) |
pikvm/pikvm#1047: Added link to the log in fan fail 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 bb2c5170..baaee79f 100644 --- a/web/kvm/navbar-health.pug +++ b/web/kvm/navbar-health.pug @@ -16,7 +16,7 @@ div(id="hw-health-dropdown" class="hidden") hr +menu_message("led-overheating", "Overheating detected", "led-gray") | Frequency capping due to overheating,#[br] - | improve cooling of the Raspberry Pi + | please improve cooling of the Raspberry Pi div(id="fan-health-dropdown" class="hidden") li(class="left") @@ -29,4 +29,4 @@ div(id="fan-health-dropdown" class="hidden") div(id="fan-health-message-fail") hr +menu_message("led-fan", "Fan failed", "led-gray") - | A fan error occured, please check the log + | A fan error occured, please #[a(href="/api/log?seek=3600&follow=1" target="_blank") check the log] |