mirror of https://github.com/mikaku/Monitorix.git
fixed a missing HTML tag in 'port' graph
This commit is contained in:
parent
33042bb875
commit
b79206b41d
|
@ -426,6 +426,8 @@ sub port_cgi {
|
||||||
if($title) {
|
if($title) {
|
||||||
if($n == 0) {
|
if($n == 0) {
|
||||||
main::graph_header($title, $port->{graphs_per_row});
|
main::graph_header($title, $port->{graphs_per_row});
|
||||||
|
}
|
||||||
|
if($n2 == 1) {
|
||||||
print(" <tr>\n");
|
print(" <tr>\n");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue