mirror of https://github.com/mikaku/Monitorix.git
Simplify riglim order.
This commit is contained in:
parent
7cfca7090a
commit
bb3a69b7bd
|
@ -613,7 +613,7 @@ sub nvme_cgi {
|
||||||
push(@output, " <td class='td-valign-top'>\n");
|
push(@output, " <td class='td-valign-top'>\n");
|
||||||
}
|
}
|
||||||
my $n_smart = $plot_order[$n_plot];
|
my $n_smart = $plot_order[$n_plot];
|
||||||
@riglim = @{setup_riglim($rigid[$n_smart], $limit[$n_smart])};
|
@riglim = @{setup_riglim($rigid[$n_plot], $limit[$n_plot])};
|
||||||
undef(@tmp);
|
undef(@tmp);
|
||||||
undef(@tmpz);
|
undef(@tmpz);
|
||||||
undef(@CDEF);
|
undef(@CDEF);
|
||||||
|
|
Loading…
Reference in New Issue