fix: surface database volume in docker view

This commit is contained in:
Codex
2026-05-04 13:51:31 +00:00
parent 2a03f6343c
commit a16fedd9e4
8 changed files with 169 additions and 29 deletions
+3
View File
@@ -61,6 +61,9 @@ export interface DockerVolumeSummary {
driver: string;
scope: string;
mountpoint: string;
labels: string;
size: string;
status: string;
}
export interface DockerNetworkSummary {