From c51dc29f798cae724290e38162ae3b8a551d4c54 Mon Sep 17 00:00:00 2001 From: Elay Aharoni Date: Mon, 15 Dec 2025 13:39:07 +0200 Subject: [PATCH] remove external platforms field from below sea level UI Signed-off-by: Elay Aharoni --- .../OcmClusterDetailsFormFields.tsx | 33 ++++++++++--------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/libs/ui-lib/lib/ocm/components/clusterConfiguration/OcmClusterDetailsFormFields.tsx b/libs/ui-lib/lib/ocm/components/clusterConfiguration/OcmClusterDetailsFormFields.tsx index f3daf4ac59..ed69029a72 100644 --- a/libs/ui-lib/lib/ocm/components/clusterConfiguration/OcmClusterDetailsFormFields.tsx +++ b/libs/ui-lib/lib/ocm/components/clusterConfiguration/OcmClusterDetailsFormFields.tsx @@ -189,22 +189,23 @@ export const OcmClusterDetailsFormFields = ({ {!isPullSecretSet && } - {clusterExists ? ( - - {ExternalPlatformLabels[values.platform]} - - ) : ( - - )} + {!isSingleClusterFeatureEnabled && + (clusterExists ? ( + + {ExternalPlatformLabels[values.platform]} + + ) : ( + + ))} {clusterExists ? ( }>