From 5f040bf788258a56665ce67cae0eab06f1ca26a7 Mon Sep 17 00:00:00 2001 From: Ali <83188384+testA113@users.noreply.github.com> Date: Fri, 19 Jan 2024 12:20:44 +1300 Subject: [PATCH] fix(app): namespace selector fixes [EE-6561] (#10977) --- .../applications/create/createApplication.html | 16 ++++++++-------- .../ResourceReservationFormSection.tsx | 7 ------- 2 files changed, 8 insertions(+), 15 deletions(-) diff --git a/app/kubernetes/views/applications/create/createApplication.html b/app/kubernetes/views/applications/create/createApplication.html index 63b41adbc..dfc0156c1 100644 --- a/app/kubernetes/views/applications/create/createApplication.html +++ b/app/kubernetes/views/applications/create/createApplication.html @@ -66,7 +66,7 @@ @@ -325,14 +325,14 @@ - - -
+ + + )} - {namespaceHasQuota && resourceQuotaCapacityExceeded && ( - - This namespace has exhausted its resource capacity and you will not be - able to deploy the application. Contact your administrator to expand - the capacity of the namespace. - - )}