2019-06-08 21:31:00 +02:00
|
|
|
{{ template "header.html" . }}
|
|
|
|
<main>
|
|
|
|
<div class="info">
|
2019-10-20 22:28:09 +02:00
|
|
|
{{ .AboutMsg }}
|
2019-11-09 08:50:43 +01:00
|
|
|
<p>
|
|
|
|
<table style="font-size:0.8em">
|
|
|
|
<tbody>
|
|
|
|
<tr><td>version:<td style="text-align:right">{{ .HonkVersion }}
|
|
|
|
<tr><td>memory:<td style="text-align:right">{{ printf "%.02f" .Sensors.Memory }}MB
|
|
|
|
<tr><td>uptime:<td style="text-align:right">{{ printf "%.02f" .Sensors.Uptime }}s
|
|
|
|
<tr><td>cputime:<td style="text-align:right">{{ printf "%.02f" .Sensors.CPU }}s
|
|
|
|
</table>
|
|
|
|
<p>
|
2019-06-08 21:31:00 +02:00
|
|
|
</div>
|
|
|
|
</main>
|