Loading ui/src/components/QueueManagement.vue +4 −4 Original line number Diff line number Diff line Loading @@ -72,7 +72,7 @@ export default { }).then(resp => { this.$store.dispatch("load_queues") }).catch(err => { this.$stire.dispatch("display_error", err) this.$store.dispatch("display_error", err) }) }, dequeue(id) { Loading @@ -95,7 +95,7 @@ export default { .then(resp => { this.$store.dispatch("load_queues") }).catch(err => { this.$stire.dispatch("display_error", err) this.$store.dispatch("display_error", err) }) }, toggle_queue_state(item) { Loading @@ -104,7 +104,7 @@ export default { }).then(resp => { this.$store.dispatch("load_queues") }).catch(err => { this.$stire.dispatch("display_error", err) this.$store.dispatch("display_error", err) }) }, new_queue() { Loading @@ -115,7 +115,7 @@ export default { }).then(resp => { this.$store.dispatch("load_queues") }).catch(err => { this.$stire.dispatch("display_error", err) this.$store.dispatch("display_error", err) }) }, reload() { Loading Loading
ui/src/components/QueueManagement.vue +4 −4 Original line number Diff line number Diff line Loading @@ -72,7 +72,7 @@ export default { }).then(resp => { this.$store.dispatch("load_queues") }).catch(err => { this.$stire.dispatch("display_error", err) this.$store.dispatch("display_error", err) }) }, dequeue(id) { Loading @@ -95,7 +95,7 @@ export default { .then(resp => { this.$store.dispatch("load_queues") }).catch(err => { this.$stire.dispatch("display_error", err) this.$store.dispatch("display_error", err) }) }, toggle_queue_state(item) { Loading @@ -104,7 +104,7 @@ export default { }).then(resp => { this.$store.dispatch("load_queues") }).catch(err => { this.$stire.dispatch("display_error", err) this.$store.dispatch("display_error", err) }) }, new_queue() { Loading @@ -115,7 +115,7 @@ export default { }).then(resp => { this.$store.dispatch("load_queues") }).catch(err => { this.$stire.dispatch("display_error", err) this.$store.dispatch("display_error", err) }) }, reload() { Loading