feat: Word the workload and update panels for Windows servers

This commit is contained in:
2026-08-13 12:16:10 +00:00
parent ea6d0b969c
commit 36848a519a
4 changed files with 28 additions and 9 deletions
+1
View File
@@ -14,6 +14,7 @@ export interface Inventory {
swap_used_bytes: number;
partitions?: { device: string; mountpoint: string; fstype?: string; total_bytes: number; used_bytes: number }[];
kernel?: string;
reboot_required?: boolean;
metrics_at?: string;
static_at?: string;
}