Pulse/internal/models
rcourtman 8361042ada Fix backup status indicator not showing for guests
The backup status indicator feature was incomplete - it added the UI
component but never populated VM/Container LastBackup from actual
backup data. Now SyncGuestBackupTimes() is called after storage
backups and PBS backups are polled, matching each guest's VMID to
its most recent backup timestamp.

Fixes #786
2025-11-30 22:13:46 +00:00
..
concurrency_test.go Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
converters.go style: use direct type conversions in model converters 2025-11-27 09:24:39 +00:00
converters_test.go Add unit tests for missing ToFrontend converters (models) 2025-11-30 13:03:45 +00:00
models.go Fix backup status indicator not showing for guests 2025-11-30 22:13:46 +00:00
models_frontend.go style: fix gofmt formatting inconsistencies 2025-11-26 23:44:36 +00:00
state_docker_test.go Add unit tests for State methods (internal/models) 2025-11-30 21:49:43 +00:00
state_host_test.go Add unit tests for State methods (internal/models) 2025-11-30 21:49:43 +00:00
state_snapshot.go style: fix gofmt formatting inconsistencies 2025-11-26 23:44:36 +00:00