fix: restore node resource status sync
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user