mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-23 03:33:53 +00:00
42f2213932
Fix mock node IDs to use instance-nodename format (e.g., 'mock-cluster-pve1') instead of 'node/pve1' format. This matches the real system ID format used at monitoring/monitor.go:936 and fixes the grouped/list toggle in the dashboard. Before: - Clustered: node/pve1, node/pve2, etc. - Standalone: node/standalone1, node/standalone2 After: - Clustered: mock-cluster-pve1, mock-cluster-pve2, etc. - Standalone: standalone1-standalone1, standalone2-standalone2 This allows the dashboard grouping logic to properly match nodes by instance and display them correctly in grouped view.