diff --git a/app/kubernetes/react/components/index.ts b/app/kubernetes/react/components/index.ts index eab580a93..97329f898 100644 --- a/app/kubernetes/react/components/index.ts +++ b/app/kubernetes/react/components/index.ts @@ -9,7 +9,7 @@ import { RegistriesSelector } from '@/react/kubernetes/namespaces/components/Reg import { DataAccessPolicyFormSection } from '@/react/kubernetes/applications/CreateView/DataAccessPolicyFormSection'; import { KubeServicesForm } from '@/react/kubernetes/applications/CreateView/application-services/KubeServicesForm'; import { kubeServicesValidation } from '@/react/kubernetes/applications/CreateView/application-services/kubeServicesValidation'; -import { KubeApplicationDeploymentTypeSelector } from '@/react/kubernetes/applications/CreateView/KubeApplicationDeploymentTypeSelector'; +import { AppDeploymentTypeFormSection } from '@/react/kubernetes/applications/CreateView/AppDeploymentTypeFormSection'; import { withReactQuery } from '@/react-tools/withReactQuery'; import { withUIRouter } from '@/react-tools/withUIRouter'; import { @@ -109,8 +109,8 @@ export const ngModule = angular ]) ) .component( - 'kubeApplicationDeploymentTypeSelector', - r2a(KubeApplicationDeploymentTypeSelector, [ + 'appDeploymentTypeFormSection', + r2a(AppDeploymentTypeFormSection, [ 'value', 'onChange', 'supportGlobalDeployment', diff --git a/app/kubernetes/views/applications/create/createApplication.html b/app/kubernetes/views/applications/create/createApplication.html index a4af13daa..b0d0ce83f 100644 --- a/app/kubernetes/views/applications/create/createApplication.html +++ b/app/kubernetes/views/applications/create/createApplication.html @@ -442,19 +442,13 @@ resource-quota-capacity-exceeded="ctrl.resourceQuotaCapacityExceeded()" > -