Fix cron jobs table header to match merged move column

This commit is contained in:
Ilia Ross
2026-08-20 04:23:31 +02:00
parent 5395befcef
commit c171b6c27d
+1 -1
View File
@@ -261,7 +261,7 @@ elsif (@rows) {
( $text{'index_comment'} ) : ( ), ( $text{'index_comment'} ) : ( ),
$config{'show_next'} ? ( $text{'index_next'} ) : ( ), $config{'show_next'} ? ( $text{'index_next'} ) : ( ),
$config{'show_run'} ? ( $text{'index_run'} ) : ( ), $config{'show_run'} ? ( $text{'index_run'} ) : ( ),
$access{'move'} ? ( $text{'index_move'}, "" ) : ( ), $access{'move'} ? ( $text{'index_move'} ) : ( ),
], 100, 0, \@tds); ], 100, 0, \@tds);
foreach my $r (@rows) { foreach my $r (@rows) {
print &ui_checked_columns_row([ @$r[1..(@$r-2)] ], print &ui_checked_columns_row([ @$r[1..(@$r-2)] ],