mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-22 11:13:26 +00:00
6d517e46b2
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.