chg: [UI] Add description to batch import

pull/8613/head
Jakub Onderka 2022-09-26 14:22:38 +02:00
parent 559f48b109
commit ba6ccdaf26
1 changed files with 7 additions and 5 deletions

View File

@ -52,16 +52,18 @@
'div' => 'input clear',
'label' => __("Contextual Comment")
),
array(
'field' => 'batch_import',
'type' => 'checkbox',
'requirements' => $action === 'add',
'label' => __('Batch import') . ' <span class="fas fa-info-circle" data-toggle="popover" data-trigger="hover" data-content="' . __('Insert multiple attributes to value field separated by new line') .'"></span>',
),
array(
'field' => 'to_ids',
'type' => 'checkbox',
'label' => __("For Intrusion Detection System"),
//'stayInLine' => 1
),
array(
'field' => 'batch_import',
'type' => 'checkbox'
),
array(
'field' => 'disable_correlation',
'type' => 'checkbox'
@ -89,7 +91,7 @@
),
'metaFields' => array(
'<div id="notice_message" style="display: none;"></div>',
'<div id="bothSeenSliderContainer" style="height: 170px;"></div>'
'<div id="bothSeenSliderContainer"' . ($ajax ? '' : ' style="height: 170px;"') . '></div>'
)
)
));