diff --git a/pandora_console/include/class/CustomNetScan.class.php b/pandora_console/include/class/CustomNetScan.class.php index d2d8cd4700..e0fd3708ac 100644 --- a/pandora_console/include/class/CustomNetScan.class.php +++ b/pandora_console/include/class/CustomNetScan.class.php @@ -523,11 +523,13 @@ class CustomNetScan extends Wizard // Schedule. $form['inputs'][] = [ - 'label' => __('Interval').ui_print_help_tip( + 'label' => __('Interval').ui_print_help_tip( __('Manual interval means that it will be executed only On-demand'), true ), - 'arguments' => [ + 'class' => 'input-interval', + 'extra-container' => true, + 'arguments' => [ 'type' => 'select', 'selected' => $interv_manual, 'fields' => [ @@ -537,7 +539,7 @@ class CustomNetScan extends Wizard 'name' => 'interval_manual_defined', 'return' => true, ], - 'extra' => ''.html_print_extended_select_for_time( + 'extra' => ''.html_print_extended_select_for_time( 'interval', $this->task['interval_sweep'], '',