Loading ui/src/components/ImpressionRequestProcessComponent.vue +1 −1 Original line number Diff line number Diff line Loading @@ -213,7 +213,7 @@ export default { setTimeout(() => { this.queue = o.queue ? this.all_queues.filter((elem) => {return elem.id == o.queue})[0] : null; }, 300) } }, reload () { this.$store.dispatch("update_requests", {status: [], no_load: false}).then((resp) => { this.do_reload() Loading Loading
ui/src/components/ImpressionRequestProcessComponent.vue +1 −1 Original line number Diff line number Diff line Loading @@ -213,7 +213,7 @@ export default { setTimeout(() => { this.queue = o.queue ? this.all_queues.filter((elem) => {return elem.id == o.queue})[0] : null; }, 300) } }, reload () { this.$store.dispatch("update_requests", {status: [], no_load: false}).then((resp) => { this.do_reload() Loading