Restore coloring of the entire rows in the Query Log

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER
2020-05-01 20:17:46 +02:00
parent 05d5f02a36
commit ec53843379
2 changed files with 1 additions and 2 deletions

View File

@@ -263,7 +263,7 @@ $(document).ready(function () {
}
if (colorClass !== false) {
$("td:eq(4)", row).addClass(colorClass);
$(row).addClass(colorClass);
}
$("td:eq(4)", row).html(fieldtext);
$("td:eq(6)", row).html(buttontext);