Simplify riglim order.

This commit is contained in:
Andreas Bachlechner 2022-02-07 09:50:39 +01:00
parent 7cfca7090a
commit bb3a69b7bd
1 changed files with 1 additions and 1 deletions

View File

@ -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);