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 197e54f commit 2bb19bcCopy full SHA for 2bb19bc
src/spaces/mcp/pages/McpPage.tsx
@@ -125,7 +125,8 @@ export default function McpPage() {
125
workspaceName={mcp?.status?.access?.namespace}
126
resourceType={'managedcontrolplanes'}
127
resourceName={controlPlaneName}
128
- withoutApiConfig/>
+ withoutApiConfig
129
+ />
130
<CopyKubeconfigButton />
131
<ControlPlanePageMenu
132
setIsEditManagedControlPlaneWizardOpen={setIsEditManagedControlPlaneWizardOpen}
0 commit comments