fix: deduplicate filesystem mounts in monitoring
This commit is contained in:
@@ -46,6 +46,7 @@ export type InfrastructureMonitoringOverview = {
|
||||
instance: string;
|
||||
device: string;
|
||||
mountpoint: string;
|
||||
mountpoints: string[];
|
||||
filesystem: string;
|
||||
usagePercent: number | null;
|
||||
totalBytes: number | null;
|
||||
|
||||
Reference in New Issue
Block a user