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
View File
@@ -124,6 +124,7 @@ header h1 {
.status-badge-ok { background: rgba(74, 222, 128, 0.15); color: var(--green); }
.status-badge-warn { background: rgba(250, 204, 21, 0.15); color: var(--yellow); }
.status-badge-down, .status-badge-fail { background: rgba(248, 113, 113, 0.15); color: var(--red); }
.status-badge-disabled { background: #475569; color: #e2e8f0; }
/* Cards */
.card {