feat: Desktop-Gateway als dritte Leitung im Verbinden-Tab

- Backend: check_health() prüft jetzt auch Desktop-Gateway (GET /api/status :9119)
- Frontend: ConnectHealth-Typ erweitert, dritte Status-Zeile mit emerald-Theme
- Frontend-Build: neu gebaut mit Vite (Hash-Dateinamen aktualisiert)
This commit is contained in:
2026-07-09 10:28:02 +02:00
parent 616518e2fc
commit 19ab42da1a
7 changed files with 168 additions and 141 deletions
+1
View File
@@ -338,6 +338,7 @@ export interface ConnectLine {
export interface ConnectHealth {
gateway: ConnectLine
memory: ConnectLine
desktop_gateway: ConnectLine
}
export interface Memory {