fixed styles

This commit is contained in:
daniel 2023-03-29 16:31:25 +02:00
parent 168d03eecc
commit 6a6c99dcab
1 changed files with 5 additions and 3 deletions

View File

@ -523,11 +523,13 @@ class CustomNetScan extends Wizard
// Schedule. // Schedule.
$form['inputs'][] = [ $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'), __('Manual interval means that it will be executed only On-demand'),
true true
), ),
'arguments' => [ 'class' => 'input-interval',
'extra-container' => true,
'arguments' => [
'type' => 'select', 'type' => 'select',
'selected' => $interv_manual, 'selected' => $interv_manual,
'fields' => [ 'fields' => [
@ -537,7 +539,7 @@ class CustomNetScan extends Wizard
'name' => 'interval_manual_defined', 'name' => 'interval_manual_defined',
'return' => true, 'return' => true,
], ],
'extra' => '<span id="interval_manual_container">'.html_print_extended_select_for_time( 'extra' => '<span id="interval_manual_container">'.html_print_extended_select_for_time(
'interval', 'interval',
$this->task['interval_sweep'], $this->task['interval_sweep'],
'', '',