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