mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-21 18:53:37 +00:00
7592c95021
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