1
0
Fork 0

attempt to fix orange line on watchdog-lines...

main
Kim Huebel 4 years ago
parent 8ddf5e30ef
commit 7d61d1a3fb

@ -592,7 +592,12 @@ function getLastHeard(document, event) {
} else { } else {
logIt("Problem replacing watchdog! Indices: " + rowIndexes); logIt("Problem replacing watchdog! Indices: " + rowIndexes);
} }
} if (txing) {
$(row).addClass('red');
} else {
$(row).removeClass('red');
}
}
} }
} }
logIt("TS1: " + ts1TXing + "|" + ts1timestamp); 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…
Cancel
Save