mirror of https://github.com/portainer/portainer
parent
d2404458ea
commit
8b80eb1731
|
@ -172,6 +172,7 @@ class KubernetesCreateResourcePoolController {
|
|||
this.endpoint = endpoint;
|
||||
this.defaults = KubernetesResourceQuotaDefaults;
|
||||
this.formValues = new KubernetesResourcePoolFormValues(this.defaults);
|
||||
this.formValues.HasQuota = true;
|
||||
|
||||
this.state = {
|
||||
actionInProgress: false,
|
||||
|
|
Loading…
Reference in New Issue