Files
pulse/internal/mock
rcourtman 42f2213932 fix: correct mock node ID format to match real system
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.
2025-10-01 13:47:59 +00:00
..