Files
pulse/frontend-modern
rcourtman 9737735cae fix: stable node group sorting in dashboard for duplicate hostnames
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.
2025-10-01 06:53:15 +00:00
..