feat(web): wire dashboard to real API data
Build ErsatzTV Image / Build & test (.NET) (pull_request) Failing after 41s
Build ErsatzTV Image / EF migration integrity (SQLite + MySql) (pull_request) Successful in 3m41s
Build ErsatzTV Image / Build & push image (amd64) (pull_request) Has been skipped

refs #109
This commit is contained in:
2026-07-04 20:52:32 +02:00
parent da7636fdad
commit a6056f73d8
4 changed files with 445 additions and 192 deletions
+15
View File
@@ -555,6 +555,14 @@
color: var(--status-warn);
}
.ctv-health-icon-error {
color: var(--status-error);
}
.ctv-health-icon-idle {
color: var(--text-secondary);
}
.ctv-health-icon-live {
color: var(--status-live);
}
@@ -571,6 +579,13 @@
white-space: nowrap;
}
.ctv-health-summary {
display: flex;
justify-content: flex-end;
border-top: 1px solid var(--border-hairline);
padding: var(--space-4, 8px) var(--space-6, 12px);
}
.ctv-activity-row {
min-height: 44px;
display: grid;