mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-25 04:33:03 +00:00
9737735cae
addresses #479 when displaying grouped guests in the dashboard, node groups with the same hostname were being sorted inconsistently, causing the groups to swap positions on each data refresh. fixed by adding instance ID as a secondary sort key when node names are equal. this ensures stable, consistent ordering even when multiple nodes share the same hostname.