mirror of
https://github.com/zvx-echo6/meshai.git
synced 2026-06-11 09:24:44 +02:00
fix: dashboard — coverage pillar, active alerts env fallback
- Add coverage pillar to /api/health response and _serialize_health_score - Add coverage to MeshHealth.pillars TypeScript interface - Add Coverage PillarBar between Utilization and Behavior - Active Alerts panel: show high-severity env events (immediate/priority) as fallback when mesh alerts are empty, with ENV badge Issues 3 (Live Event Feed) and 4 (RF Propagation): diagnosed as env feed configuration — SWPC adapter disabled, only ducting feed loaded, /api/env/active returns 0 events. Not a code bug. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
dcb53ae30c
commit
15f2b6c89a
6 changed files with 108 additions and 68 deletions
|
|
@ -19,6 +19,7 @@ export interface MeshHealth {
|
|||
pillars: {
|
||||
infrastructure: number
|
||||
utilization: number
|
||||
coverage: number
|
||||
behavior: number
|
||||
power: number
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue