From 8b09edc5d33754ff66395cb0cf17d12bf2c10bb5 Mon Sep 17 00:00:00 2001 From: iliajie Date: Mon, 10 Jul 2023 01:29:42 +0300 Subject: [PATCH] Fix schedule table be tagged --- cron/cron-lib.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cron/cron-lib.pl b/cron/cron-lib.pl index c3b6e1588..17ab370cf 100755 --- a/cron/cron-lib.pl +++ b/cron/cron-lib.pl @@ -925,7 +925,7 @@ $table .= &ui_columns_row(\@cols, [ "valign=top", "valign=top", "valign=top", "valign=top", "valign=top" ]); $table .= &ui_columns_end(); $table .= $text{'edit_ctrl'}; -$rv .= &ui_table_row(undef, $table, $width); +$rv .= &ui_table_row(undef, $table, $width, undef, ['data-schedule-tr']); return $rv; }