Skip to content

Commit

Permalink
Make undefined table cells red.
Browse files Browse the repository at this point in the history
  • Loading branch information
moritzbuhl authored and bluhm committed Jul 12, 2024
1 parent d08e9b1 commit dd3e50b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netlink-html.pl
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ sub html_hier_test_row_utilization {
}
}
unless (defined $value) {
printf $html " <td></td>\n";
printf $html " <td style=\"background-color: red\"></td>\n";
next;
}
my $title = " title=\"$value $unit\"";
Expand Down

0 comments on commit dd3e50b

Please sign in to comment.