Change: tweaks to system status (#6008)

This commit is contained in:
shamoon 2024-03-05 07:50:04 -08:00 committed by GitHub
parent fc74da9b82
commit 55a40708a6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 114 additions and 17 deletions

View file

@ -6,6 +6,7 @@ export enum InstallType {
export enum SystemStatusItemStatus {
OK = 'OK',
ERROR = 'ERROR',
WARNING = 'WARNING',
}
export interface SystemStatus {