diff --git a/interface/src/types/system.ts b/interface/src/types/system.ts index 9cc75ae8b..9cfa528d1 100644 --- a/interface/src/types/system.ts +++ b/interface/src/types/system.ts @@ -29,6 +29,7 @@ export interface HardwareStatus { model: string; has_loader: boolean; has_partition: boolean; + status: string; } export interface SystemStatus {