Loading ui/src/components/ImpressionRequestProcessComponent.vue +3 −0 Original line number Diff line number Diff line Loading @@ -225,6 +225,9 @@ export default { axios.get("/requests/" + this.id + "/dequeue") .then((resp) => { this.reload() }).catch((error) => { console.log("[DEBUG] Could not dequue, ignoring") this.reload() }) }) }, Loading Loading
ui/src/components/ImpressionRequestProcessComponent.vue +3 −0 Original line number Diff line number Diff line Loading @@ -225,6 +225,9 @@ export default { axios.get("/requests/" + this.id + "/dequeue") .then((resp) => { this.reload() }).catch((error) => { console.log("[DEBUG] Could not dequue, ignoring") this.reload() }) }) }, Loading