Enhancement: show small task summary in system status (#12634)

This commit is contained in:
shamoon
2026-04-24 09:11:42 -07:00
committed by GitHub
parent 2ca9e6764a
commit 5bb9241e9a
5 changed files with 110 additions and 0 deletions
+7
View File
@@ -47,6 +47,13 @@ export interface SystemStatus {
llmindex_status: SystemStatusItemStatus
llmindex_last_modified: string // ISO date string
llmindex_error: string
summary: {
days: number
total_count: number
pending_count: number
success_count: number
failure_count: number
}
}
websocket_connected?: SystemStatusItemStatus // added client-side
}