fix(app): port namespace limit refresh from EE to CE [EE-6835] (#11485)

Co-authored-by: testa113 <testa113>
pull/11507/head
Ali 2024-04-04 08:19:09 +13:00 committed by GitHub
parent 5f89255d9c
commit 5fb5ea7ae0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -1128,6 +1128,9 @@ class KubernetesCreateApplicationController {
}
this.oldFormValues = angular.copy(this.formValues);
this.savedFormValues = angular.copy(this.formValues);
this.updateNamespaceLimits(this.namespaceWithQuota);
this.updateSliders(this.namespaceWithQuota);
} catch (err) {
this.Notifications.error('Failure', err, 'Unable to load view data');
} finally {