Pulse/frontend-modern/src
rcourtman 93223d8283 Add refresh-cluster button to detect new Proxmox cluster members
When new nodes are added to a Proxmox cluster after Pulse was
initially configured, they weren't showing up in Settings. The
existing "Refresh" button only triggered network discovery, not
cluster membership re-detection.

Changes:
- Add POST /api/config/nodes/{id}/refresh-cluster endpoint
- Add "Refresh" button in cluster node panel in Settings
- Re-detect cluster membership and update stored endpoints

Related to #799
2025-12-02 22:01:00 +00:00
..
api Add refresh-cluster button to detect new Proxmox cluster members 2025-12-02 22:01:00 +00:00
components Add refresh-cluster button to detect new Proxmox cluster members 2025-12-02 22:01:00 +00:00
constants Refactor: Code cleanup and localStorage consolidation 2025-11-04 21:50:46 +00:00
hooks feat: improve responsive table layout with tighter columns 2025-11-25 20:37:28 +00:00
pages Align alert grouping defaults with backend 2025-11-22 17:11:52 +00:00
stores Fix host agent type badge flapping in UI 2025-11-30 22:07:40 +00:00
styles Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
test feat: enhance alerts system with tests and improved thresholds 2025-10-15 22:25:04 +00:00
types fix: Correct lastBackup TypeScript type from string to number 2025-12-02 20:15:35 +00:00
utils Refine memory visualization with StackedMemoryBar component 2025-11-29 13:48:30 +00:00
App.tsx Improve update integration diagnostics 2025-11-12 22:27:05 +00:00
constants.ts Refactor: Code cleanup and localStorage consolidation 2025-11-04 21:50:46 +00:00
index.css refactor(ui): improve table column sizing and progress bar constraints 2025-11-27 12:09:12 +00:00
index.tsx Refactor: Code cleanup and localStorage consolidation 2025-11-04 21:50:46 +00:00
vite-env.d.ts Fix settings security tab navigation 2025-10-11 23:29:47 +00:00