mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-22 11:13:26 +00:00
5dd6ea88cb
Extracts the inner form bodies from TrueNASSettingsPanel and VMwareSettingsPanel into dedicated credential slot components mounted inline under ConnectionEditor. When the user adds a TrueNAS or VMware connection, the editor now shows a clean form instead of re-rendering the full platform panel (which listed every other saved connection before exposing the add dialog). State still lives on TrueNASSettingsPanelState and VMwareSettingsPanelState, so save, test, preview, and admission-preview behavior remain identical. The slots prime the existing create-dialog state on mount and close it on cancel; save completion is detected via the state's dialogOpen transition.