mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-23 03:33:53 +00:00
4a587ba544
Replaces the ProxmoxSettingsPanel stopgap that rendered an entire Proxmox workspace (discovery card, configured nodes table, node modal stack) inside the add-connection credential slot. The add flow now mounts NodeCredentialSlot, which drops the Dialog chrome and reuses the NodeModalBasicInfoSection / AuthenticationSection / MonitoringSection / StatusFooter primitives directly so the user sees a fresh credentials form — not the configured-nodes table they just came from. Save dispatch still routes through the existing per-type saveNode plumbing; the unified form is additive and does not change backend contracts.