mirror of
https://github.com/portainer/portainer.git
synced 2025-07-20 05:49:40 +02:00
fix(app): fix exhaused error message [EE-6231] (#10949)
Co-authored-by: testa113 <testa113>
This commit is contained in:
parent
cb7efd8601
commit
d750389c67
3 changed files with 6 additions and 5 deletions
|
@ -121,6 +121,7 @@ class KubernetesCreateApplicationController {
|
|||
persistedFoldersUseExistingVolumes: false,
|
||||
pullImageValidity: false,
|
||||
nodePortServices: [],
|
||||
isEnvironmentAdmin: this.Authentication.hasAuthorizations(['K8sResourcePoolsW']),
|
||||
};
|
||||
|
||||
this.isAdmin = this.Authentication.isAdmin();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue