logging state while running macros
This commit is contained in:
@@ -546,7 +546,7 @@ module.exports = {
|
|||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
this.load();
|
this.load();
|
||||||
console.log("selected", this.state.selected);
|
console.log("selected", this.state);
|
||||||
if (this.config.macros[id].alert == true) {
|
if (this.config.macros[id].alert == true) {
|
||||||
this.macrosLoading = true;
|
this.macrosLoading = true;
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
@@ -214,7 +214,7 @@ script#control-view-template(type="text/x-template")
|
|||||||
th ETA
|
th ETA
|
||||||
td.eta {{eta}}
|
td.eta {{eta}}
|
||||||
|
|
||||||
tr
|
tr
|
||||||
th Line
|
th Line
|
||||||
td
|
td
|
||||||
| {{0 <= state.line ? state.line : 0 | number}}
|
| {{0 <= state.line ? state.line : 0 | number}}
|
||||||
|
|||||||
Reference in New Issue
Block a user