Pulse/internal/models
rcourtman 6d517e46b2 fix: add disk object to VM/container API responses
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.
2025-10-01 07:01:23 +00:00
..
cluster.go chore: tidy repo formatting and linting 2025-09-29 20:19:18 +00:00
converters.go fix: add disk object to VM/container API responses 2025-10-01 07:01:23 +00:00
models.go fix: add instance field to backup/snapshot structs for duplicate node names 2025-09-30 21:57:05 +00:00
models_frontend.go fix: add disk object to VM/container API responses 2025-10-01 07:01:23 +00:00
state_snapshot.go chore: tidy repo formatting and linting 2025-09-29 20:19:18 +00:00