mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-05-10 03:51:54 +00:00
addresses #481 The frontend expects a disk object with {total, used, free, usage} fields but the backend was only sending flat diskUsed/diskTotal values. This caused the DISK column to show disk I/O values instead of disk usage. Added DiskObj field to VMFrontend and ContainerFrontend structs and populated it in the converters, matching how Memory is already handled. |
||
|---|---|---|
| .. | ||
| cluster.go | ||
| converters.go | ||
| models.go | ||
| models_frontend.go | ||
| state_snapshot.go | ||