diff --git a/app/kubernetes/react/components/index.ts b/app/kubernetes/react/components/index.ts index 61c6b9720..94e8f9394 100644 --- a/app/kubernetes/react/components/index.ts +++ b/app/kubernetes/react/components/index.ts @@ -26,6 +26,7 @@ import { YAMLInspector } from '@/react/kubernetes/components/YAMLInspector'; import { ApplicationsStacksDatatable } from '@/react/kubernetes/applications/ListView/ApplicationsStacksDatatable'; import { NodesDatatable } from '@/react/kubernetes/cluster/HomeView/NodesDatatable'; import { StackName } from '@/react/kubernetes/DeployView/StackName/StackName'; +import { StackNameLabelInsight } from '@/react/kubernetes/DeployView/StackName/StackNameLabelInsight'; import { SecretsFormSection } from '@/react/kubernetes/applications/components/ConfigurationsFormSection/SecretsFormSection'; import { configurationsValidationSchema } from '@/react/kubernetes/applications/components/ConfigurationsFormSection/configurationValidationSchema'; import { ConfigMapsFormSection } from '@/react/kubernetes/applications/components/ConfigurationsFormSection/ConfigMapsFormSection'; @@ -144,6 +145,10 @@ export const ngModule = angular ['setStackName', 'stackName', 'stacks', 'inputClassName', 'textTip'] ) ) + .component( + 'stackNameLabelInsight', + r2a(withUIRouter(withCurrentUser(StackNameLabelInsight)), []) + ) .component( 'editYamlFormSection', r2a(withUIRouter(withReactQuery(withCurrentUser(EditYamlFormSection))), [ diff --git a/app/kubernetes/views/deploy/deploy.html b/app/kubernetes/views/deploy/deploy.html index 7a9a6ec7d..01b37d32e 100644 --- a/app/kubernetes/views/deploy/deploy.html +++ b/app/kubernetes/views/deploy/deploy.html @@ -86,6 +86,9 @@ +