mirror of
https://github.com/louislam/dockge.git
synced 2024-11-27 21:24:02 +00:00
Use the store instead of the sorted list
This commit is contained in:
parent
643dbfa39f
commit
2d1fecc370
1 changed files with 1 additions and 1 deletions
|
@ -355,7 +355,7 @@ export default {
|
|||
},
|
||||
|
||||
updateAll() {
|
||||
for (let stack of this.sortedStackList) {
|
||||
for (let stack of this.$root.completeStackList) {
|
||||
this.$root.emitAgent(stack.endpoint, "updateStack", stack.name, (res) => {
|
||||
this.processing = false;
|
||||
this.$root.toastRes(res);
|
||||
|
|
Loading…
Reference in a new issue