mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 07:49:41 +02:00
fix(edge) EE-1733 cant edit edge groups (#5689)
* fix(edge) EE-1733 cant edit edge groups * fix(edge) EE-1733 correct json names of a few edge objects Co-authored-by: Simon Meng <simon.meng@portainer.io>
This commit is contained in:
parent
deecbadce1
commit
5316cca3de
2 changed files with 8 additions and 3 deletions
|
@ -8,6 +8,11 @@ export class EditEdgeGroupController {
|
|||
this.$state = $state;
|
||||
this.$async = $async;
|
||||
|
||||
this.state = {
|
||||
actionInProgress: false,
|
||||
loaded: false,
|
||||
};
|
||||
|
||||
this.updateGroup = this.updateGroup.bind(this);
|
||||
this.updateGroupAsync = this.updateGroupAsync.bind(this);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue