1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-22 23:09:41 +02:00

fix(app):Set resource assignment default to off EE-1043 (#5248)

test passed.
This commit is contained in:
Richard Wei 2021-06-30 19:15:28 +12:00 committed by GitHub
parent d2404458ea
commit 8b80eb1731
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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