Loading ui/src/components/QueueManagement.vue +3 −3 Original line number Diff line number Diff line Loading @@ -117,10 +117,10 @@ export default { }).catch(err => { this.$stire.dispatch("display_error", err) }) } }, reload() { this.$store.dispatch("load_queues") } }, mounted() { this.reload() Loading Loading
ui/src/components/QueueManagement.vue +3 −3 Original line number Diff line number Diff line Loading @@ -117,10 +117,10 @@ export default { }).catch(err => { this.$stire.dispatch("display_error", err) }) } }, reload() { this.$store.dispatch("load_queues") } }, mounted() { this.reload() Loading