From befab2d56a938a3a7d76ccacee768c7f02bc506a Mon Sep 17 00:00:00 2001 From: Mia Wong Date: Fri, 23 Aug 2024 19:45:15 +0000 Subject: [PATCH] f --- .../apps/EmbeddedClusterManagement.tsx | 39 +++++++++---------- 1 file changed, 19 insertions(+), 20 deletions(-) diff --git a/web/src/components/apps/EmbeddedClusterManagement.tsx b/web/src/components/apps/EmbeddedClusterManagement.tsx index 71f49477c6..3596349ae9 100644 --- a/web/src/components/apps/EmbeddedClusterManagement.tsx +++ b/web/src/components/apps/EmbeddedClusterManagement.tsx @@ -529,26 +529,25 @@ const EmbeddedClusterManagement = ({

{" "} - {!Utilities.isInitialAppInstall(app) || - (!isEmbeddedClusterWaitingForNodes && ( - <> -
-

- View the nodes in your cluster, generate commands to add - nodes to the cluster, and view workloads running on each - node. -

-
- {Utilities.sessionRolesHasOneOf([rbacRoles.CLUSTER_ADMIN]) && ( - - )} - - ))} + {(!Utilities.isInitialAppInstall(app) || + !isEmbeddedClusterWaitingForNodes) && ( + <> +
+

+ View the nodes in your cluster, generate commands to add nodes + to the cluster, and view workloads running on each node. +

+
+ {Utilities.sessionRolesHasOneOf([rbacRoles.CLUSTER_ADMIN]) && ( + + )} + + )}
{(Utilities.isInitialAppInstall(app) || isEmbeddedClusterWaitingForNodes) && (