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

@@ -185,7 +185,8 @@ export class SettingsComponent
this.systemStatus.tasks.classifier_status ===
SystemStatusItemStatus.ERROR ||
this.systemStatus.tasks.sanity_check_status ===
SystemStatusItemStatus.ERROR
SystemStatusItemStatus.ERROR ||
this.systemStatus.websocket_connected === SystemStatusItemStatus.ERROR
)
}