Pulse/frontend-modern/src/pages
rcourtman bb6ea3b23c Fix offline alert state not displaying in thresholds UI (related to #683)
When disabling offline alerts for VMs/containers, the setting was being persisted
correctly and honored by the alert system, but the UI always showed "Warn" instead
of the actual saved state.

Root cause: When reconstructing the overrides list from backend config, the guest
override mapping was copying poweredOffSeverity but omitting disableConnectivity,
causing ResourceTable to fall back to global defaults.

Fix: Add disableConnectivity field to guest override reconstruction in Alerts.tsx
(line 676), matching the pattern already used for Docker containers.
2025-11-10 20:32:04 +00:00
..
__tests__ Fix race in mock mode and address frontend type checks 2025-10-16 08:28:17 +00:00
Alerts.tsx Fix offline alert state not displaying in thresholds UI (related to #683) 2025-11-10 20:32:04 +00:00