mirror of https://github.com/portainer/portainer
fix(app): port namespace limit refresh from EE to CE [EE-6835] (#11483)
Co-authored-by: testa113 <testa113>pull/11496/head
parent
194b6e491d
commit
e3a8853212
|
@ -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…
Reference in New Issue