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

Co-authored-by: testa113 <testa113>
pull/11496/head
Ali 2024-04-04 08:19:04 +13:00 committed by GitHub
parent 194b6e491d
commit e3a8853212
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 {