
Kpa-clawbotandyou
3bdf72b4cf
feat: clock skew UI — node badges, detail sparkline, fleet analytics (#690 M2+M3) (#752)
## Summary
Frontend visualizations for clock skew detection.
Implements #690 M2 and M3. Does NOT close #690 — M4+M5 remain.
### M2: Node badges + detail sparkline
- Severity badges (⏰ green/yellow/orange/red) on node list next to each
node
- Node detail: Clock Skew section with current value, severity, drift
rate
- Inline SVG sparkline showing skew history, color-coded by severity
zones
### M3: Fleet analytics view
- 'Clock Health' section on Analytics page
- Sortable table: Name | Skew | Severity | Drift | Last Advert
- Filter buttons by severity (OK/Warning/Critical/Absurd)
- Summary stats: X nodes OK, Y warning, Z critical
- Color-coded rows
### Changes
- `public/nodes.js` — badge rendering + detail section
- `public/analytics.js` — fleet clock health view
- `public/roles.js` — severity color helpers
- `public/style.css` — badge + sparkline + fleet table styles
- `cmd/server/clock_skew.go` — added fleet summary endpoint
- `cmd/server/routes.go` — wired fleet endpoint
- `test-frontend-helpers.js` — 11 new tests
---------
Co-authored-by: you <you@example.com>
2026-04-15 15:25:50 -07:00
..
2026-04-12 12:40:17 -07:00
2026-04-03 13:51:13 -07:00
2026-04-05 14:50:40 -07:00
2026-04-05 09:49:39 -07:00
2026-04-12 18:09:23 -07:00
2026-04-14 23:22:35 -07:00
2026-04-15 15:25:50 -07:00
2026-04-05 09:49:39 -07:00
2026-03-30 22:52:46 -07:00
2026-04-05 14:50:40 -07:00
2026-04-14 23:04:26 -07:00
2026-04-12 23:22:52 -07:00
2026-04-13 19:40:20 +00:00
2026-04-13 08:20:09 -07:00
2026-04-13 08:20:09 -07:00
2026-04-13 19:40:20 +00:00
2026-04-15 07:53:32 -07:00
2026-03-31 01:10:56 -07:00
2026-04-12 04:02:17 +00:00
2026-03-27 01:16:59 -07:00
2026-04-03 13:11:59 -07:00
2026-04-05 14:50:40 -07:00
2026-04-12 00:11:20 -07:00
2026-04-05 12:33:23 -07:00
2026-04-10 11:19:54 -07:00
2026-04-02 23:45:03 -07:00
2026-04-02 23:45:03 -07:00
2026-04-10 11:19:54 -07:00
2026-04-04 01:25:51 -07:00
2026-04-14 23:22:35 -07:00
2026-04-11 21:25:23 -07:00
2026-04-14 23:22:35 -07:00
2026-04-03 13:33:26 -07:00
2026-04-05 15:05:20 -07:00
2026-04-05 15:05:20 -07:00
2026-03-30 03:42:11 +00:00
2026-04-01 19:26:11 -07:00
2026-04-04 09:51:07 -07:00
2026-04-14 23:04:26 -07:00
2026-04-15 15:25:50 -07:00
2026-04-15 07:53:32 -07:00
2026-04-11 21:25:42 -07:00
2026-04-15 07:53:32 -07:00
2026-04-15 07:53:32 -07:00
2026-03-30 03:42:11 +00:00
2026-04-01 12:19:20 -07:00