1
0
Fork 0

Fixing problem with network-watchdog lines

This commit is contained in:
Kim Huebel 2021-02-19 16:16:09 +00:00
parent 7d61d1a3fb
commit cd8e96a11f
3 changed files with 3 additions and 2 deletions

View file

@ -2,7 +2,7 @@
var qrz = 1; var qrz = 1;
// 1 = enable debug in javascript-console, 0 = 0ff // 1 = enable debug in javascript-console, 0 = 0ff
var debug = 0; var debug = 1;
// Set messagecounters for different badge-colors // Set messagecounters for different badge-colors
var warnlevel = 200; var warnlevel = 200;

View file

@ -592,6 +592,7 @@ function getLastHeard(document, event) {
} else { } else {
logIt("Problem replacing watchdog! Indices: " + rowIndexes); logIt("Problem replacing watchdog! Indices: " + rowIndexes);
} }
var row = t_lh.row(rowIndexes[0]).node();
if (txing) { if (txing) {
$(row).addClass('red'); $(row).addClass('red');
} else { } else {

View file

@ -1 +1 @@
var dashboard_version = "2021-02-19 14:19:30"; var dashboard_version = "2021-02-19 16:16:09";