From 83084f54bdf67b5dbed56bdcc502525bdf90ac87 Mon Sep 17 00:00:00 2001 From: marcos Date: Tue, 13 Jul 2021 11:38:46 +0200 Subject: [PATCH] fixed visual error with time in action on ca --- pandora_console/include/functions_html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/include/functions_html.php b/pandora_console/include/functions_html.php index 6eabde142f..c938e13e99 100644 --- a/pandora_console/include/functions_html.php +++ b/pandora_console/include/functions_html.php @@ -1967,7 +1967,7 @@ function html_print_extended_select_for_time( html_print_select( $units, $uniq_name.'_units', - '60', + '1', ''.$script, $nothing, $nothing_value,