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:
parent
d2404458ea
commit
8b80eb1731
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue