Enhancement: report websocket status (#10777)

This commit is contained in:
shamoon
2025-09-05 11:09:42 -07:00
committed by GitHub
parent b2703b4605
commit f9f069b092
6 changed files with 81 additions and 5 deletions

View File

@@ -44,4 +44,5 @@ export interface SystemStatus {
sanity_check_last_run: string // ISO date string
sanity_check_error: string
}
websocket_connected?: SystemStatusItemStatus // added client-side
}