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

Co-authored-by: testa113 <testa113>
pull/11496/head
Ali 8 months ago committed by GitHub
parent 194b6e491d
commit e3a8853212
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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 {

Loading…
Cancel
Save