1
0
Fork 0

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

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

@ -592,6 +592,11 @@ 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');
}
} }
} }
} }

@ -1 +1 @@
var dashboard_version = "2021-02-18 21:56:27"; var dashboard_version = "2021-02-19 14:19:30";

Loading…
Cancel
Save