mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-23 19:57:09 +00:00
24671c28a4
When the instance name equals the node name (common in single-node setups), avoid generating redundant IDs like "pve-pve-100" by using just "pve-100". This fixes alert acknowledgment issues where the UI couldn't match alert IDs due to the duplicate node name pattern. Addresses #353