Fixing problem with network-watchdog lines
This commit is contained in:
parent
7d61d1a3fb
commit
cd8e96a11f
3 changed files with 3 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
var qrz = 1;
|
||||
|
||||
// 1 = enable debug in javascript-console, 0 = 0ff
|
||||
var debug = 0;
|
||||
var debug = 1;
|
||||
|
||||
// Set messagecounters for different badge-colors
|
||||
var warnlevel = 200;
|
||||
|
|
|
@ -592,6 +592,7 @@ function getLastHeard(document, event) {
|
|||
} else {
|
||||
logIt("Problem replacing watchdog! Indices: " + rowIndexes);
|
||||
}
|
||||
var row = t_lh.row(rowIndexes[0]).node();
|
||||
if (txing) {
|
||||
$(row).addClass('red');
|
||||
} else {
|
||||
|
|
|
@ -1 +1 @@
|
|||
var dashboard_version = "2021-02-19 14:19:30";
|
||||
var dashboard_version = "2021-02-19 16:16:09";
|
||||
|
|
Loading…
Reference in a new issue