Skip to content

Commit

Permalink
pikvm/pikvm#1047: Added link to the log in fan fail menu
Browse files Browse the repository at this point in the history
  • Loading branch information
mdevaev committed Jul 7, 2023
1 parent 81aeb38 commit 26d807a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions web/kvm/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
</tr>
<tr>
<td><sup style="line-height:1">Frequency capping due to overheating,<br>
improve cooling of the Raspberry Pi</sup></td>
please improve cooling of the Raspberry Pi</sup></td>
</tr>
</table>
</div>
Expand Down Expand Up @@ -131,7 +131,7 @@
<td style="line-height:1.5"><b>Fan failed</b></td>
</tr>
<tr>
<td><sup style="line-height:1">A fan error occured, please check the log</sup></td>
<td><sup style="line-height:1">A fan error occured, please <a href="/api/log?seek=3600&amp;follow=1" target="_blank">check the log</a></sup></td>
</tr>
</table>
</div>
Expand Down
4 changes: 2 additions & 2 deletions web/kvm/navbar-health.pug
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand All @@ -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]

0 comments on commit 26d807a

Please sign in to comment.