Merge branch 'ent-6386-snmp-trap-tabla-filtros-descolocados' into 'develop'

SNMP trap filter colocado

See merge request artica/pandorafms!3705
This commit is contained in:
Daniel Rodriguez 2021-03-01 10:50:09 +00:00
commit a8150f94cb
1 changed files with 2 additions and 2 deletions

View File

@ -619,7 +619,7 @@ $table->data[4][1] = html_print_input(
);
// Type filter (ColdStart, WarmStart, LinkDown, LinkUp, authenticationFailure, Other).
$table->data[6][1] = '<strong>'.__('Trap type').'</strong>'.ui_print_help_tip(__('Search by trap type'), true);
$table->data[4][3] = '<strong>'.__('Trap type').'</strong>'.ui_print_help_tip(__('Search by trap type'), true);
$trap_types = [
-1 => __('None'),
0 => __('Cold start (0)'),
@ -629,7 +629,7 @@ $trap_types = [
4 => __('Authentication failure (4)'),
5 => __('Other'),
];
$table->data[6][2] = html_print_select(
$table->data[4][4] = html_print_select(
$trap_types,
'trap_type',
$trap_type,