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