diff --git a/web/src/components/apps/EmbeddedClusterManagement.tsx b/web/src/components/apps/EmbeddedClusterManagement.tsx index e8d5d20034..3fd9c40347 100644 --- a/web/src/components/apps/EmbeddedClusterManagement.tsx +++ b/web/src/components/apps/EmbeddedClusterManagement.tsx @@ -520,6 +520,10 @@ const EmbeddedClusterManagement = ({ > ); }; + + const isInitialInstallOrRestore = + Utilities.isInitialAppInstall(app) || isEmbeddedClusterWaitingForNodes; + return (
@@ -538,20 +540,18 @@ const EmbeddedClusterManagement = ({ to the cluster, and view workloads running on each node.