mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 11:57:08 +00:00
Also monitor raw_shots events
This commit is contained in:
@@ -50,7 +50,7 @@ export default {
|
|||||||
this.refreshEvents();
|
this.refreshEvents();
|
||||||
} else if (event.channel == "planned_lines") {
|
} else if (event.channel == "planned_lines") {
|
||||||
this.refreshPlan();
|
this.refreshPlan();
|
||||||
} else if (["raw_lines", "final_lines", "final_shots"].includes(event.channel)) {
|
} else if (["raw_lines", "raw_shots", "final_lines", "final_shots"].includes(event.channel)) {
|
||||||
this.refreshSequences();
|
this.refreshSequences();
|
||||||
} else if (["preplot_lines", "preplot_points"].includes(event.channel)) {
|
} else if (["preplot_lines", "preplot_points"].includes(event.channel)) {
|
||||||
this.refreshLines();
|
this.refreshLines();
|
||||||
|
|||||||
Reference in New Issue
Block a user