diff --git a/frontend/src/components/StackList.vue b/frontend/src/components/StackList.vue index b8793b6..5a33efa 100644 --- a/frontend/src/components/StackList.vue +++ b/frontend/src/components/StackList.vue @@ -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);