We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c9d81a commit cacbfaaCopy full SHA for cacbfaa
web/src/components/apps/EmbeddedClusterManagement.tsx
@@ -538,14 +538,15 @@ const EmbeddedClusterManagement = ({
538
to the cluster, and view workloads running on each node.
539
</p>
540
</div>
541
- {Utilities.sessionRolesHasOneOf([rbacRoles.CLUSTER_ADMIN]) && !Utilities.isInitialAppInstall(app) && (
542
- <button
543
- className="btn primary tw-ml-auto tw-w-fit tw-h-fit"
544
- onClick={onAddNodeClick}
545
- >
546
- Add node
547
- </button>
548
- )}
+ {Utilities.sessionRolesHasOneOf([rbacRoles.CLUSTER_ADMIN]) &&
+ !Utilities.isInitialAppInstall(app) && (
+ <button
+ className="btn primary tw-ml-auto tw-w-fit tw-h-fit"
+ onClick={onAddNodeClick}
+ >
+ Add node
+ </button>
549
+ )}
550
</>
551
)}
552
0 commit comments