feat(dashboard): add live observability overview

This commit is contained in:
vince 2026-06-19 03:38:38 +02:00
parent 2ff9f3c0ed
commit 2d2b905d18
27 changed files with 1417 additions and 144 deletions

View file

@ -34,6 +34,7 @@ describe("dashboard model renderer", () => {
"footer-status:last-sync",
"footer-status:uptime",
"footer-status:load-avg",
"footer-status:auto-refresh",
]);
expect(dashboard.statusStripId).toBe("footer-status");
});