From 5912608f78c99b3eadf5663d4b3dd52ddf6ad3ea Mon Sep 17 00:00:00 2001 From: anti Date: Wed, 29 Apr 2026 11:56:29 -0400 Subject: [PATCH] fix(ui): wizard CONFIGURATION step + drop bogus --archetype custom preview MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The CONFIGURATION step had a stale disabled placeholder textarea ("per-service overrides") from before the schema-driven Inspector landed. Replaced with a one-line info banner pointing at the Inspector, which is now where per-service config actually lives. The DEPLOY step's CLI preview was rendering '--archetype custom' when pickMode==='services', but no such archetype is registered — only the preset archetypes plus 'services' (free-form list). Drop the --archetype line entirely in the services-mode preview so the rendered command reflects what the API actually receives. --- decnet_web/src/components/DeckyFleet.tsx | 26 +++++++++--------------- 1 file changed, 10 insertions(+), 16 deletions(-) diff --git a/decnet_web/src/components/DeckyFleet.tsx b/decnet_web/src/components/DeckyFleet.tsx index 9e41a03d..53d0edee 100644 --- a/decnet_web/src/components/DeckyFleet.tsx +++ b/decnet_web/src/components/DeckyFleet.tsx @@ -707,18 +707,10 @@ const DeployWizard: React.FC = ({ -
- -