hub v0.1.6: Handle disabled reporting status, storage labels, date in history

This commit is contained in:
2026-02-19 09:45:45 +01:00
parent fa4713255f
commit d3d3044b98
4 changed files with 17 additions and 5 deletions
+1 -1
View File
@@ -43,7 +43,7 @@
</td>
<td>
<span class="status-badge status-badge-{{.OverallStatus}}">
{{if eq .OverallStatus "ok"}}OK{{else if eq .OverallStatus "warn"}}WARN{{else}}DOWN{{end}}
{{if eq .OverallStatus "ok"}}OK{{else if eq .OverallStatus "warn"}}WARN{{else if eq .OverallStatus "disabled"}}PAUSED{{else}}DOWN{{end}}
</span>
</td>
<td>{{timeAgo .ReceivedAt}}</td>