fix: restore node resource status sync

This commit is contained in:
Codex
2026-06-12 14:18:55 +00:00
parent 17b54c685a
commit b41847853a
11 changed files with 347 additions and 109 deletions
+4
View File
@@ -278,6 +278,10 @@ export interface ApiNodeSystemStatus {
name: string;
nodeStatus: "online" | "offline";
current: JsonValue | null;
lastKnown?: JsonValue | null;
currentCollectedAt?: string | null;
stale?: boolean;
staleSeconds?: number | null;
history: JsonValue[];
updatedAt: string | null;
}