diff --git a/web/kvm/index.html b/web/kvm/index.html index 9fdec4d9..d1195bf6 100644 --- a/web/kvm/index.html +++ b/web/kvm/index.html @@ -99,7 +99,7 @@ Frequency capping due to overheating,
- improve cooling of the Raspberry Pi
+ please improve cooling of the Raspberry Pi @@ -131,7 +131,7 @@ Fan failed - A fan error occured, please check the log + A fan error occured, please check the log 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]