From 70b938fde20fd842ef547c71a1a64a288f8890eb Mon Sep 17 00:00:00 2001 From: Montse Ortega Date: Tue, 18 Nov 2025 10:08:21 +0100 Subject: [PATCH] MGMT-21837: in YAML view in Static Network Configuration we add the radio buttons to change the form to another view --- .../clusterConfiguration/staticIp/components/StaticIpPage.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libs/ui-lib/lib/ocm/components/clusterConfiguration/staticIp/components/StaticIpPage.tsx b/libs/ui-lib/lib/ocm/components/clusterConfiguration/staticIp/components/StaticIpPage.tsx index 370e6cc668..b2a3a892d7 100644 --- a/libs/ui-lib/lib/ocm/components/clusterConfiguration/staticIp/components/StaticIpPage.tsx +++ b/libs/ui-lib/lib/ocm/components/clusterConfiguration/staticIp/components/StaticIpPage.tsx @@ -92,7 +92,8 @@ export const StaticIpPage: React.FC = ({ - {clusterWizardContext.currentStepId === 'static-ip-network-wide-configurations' && ( + {(clusterWizardContext.currentStepId === 'static-ip-network-wide-configurations' || + clusterWizardContext.currentStepId === 'static-ip-yaml-view') && (