attempt to fix orange line on watchdog-lines...
This commit is contained in:
parent
8ddf5e30ef
commit
7d61d1a3fb
2 changed files with 7 additions and 2 deletions
|
@ -592,7 +592,12 @@ function getLastHeard(document, event) {
|
|||
} else {
|
||||
logIt("Problem replacing watchdog! Indices: " + rowIndexes);
|
||||
}
|
||||
}
|
||||
if (txing) {
|
||||
$(row).addClass('red');
|
||||
} else {
|
||||
$(row).removeClass('red');
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
logIt("TS1: " + ts1TXing + "|" + ts1timestamp);
|
||||
|
|
|
@ -1 +1 @@
|
|||
var dashboard_version = "2021-02-18 21:56:27";
|
||||
var dashboard_version = "2021-02-19 14:19:30";
|
||||
|
|
Loading…
Reference in a new issue