mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
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:
commit
a8150f94cb
@ -619,7 +619,7 @@ $table->data[4][1] = html_print_input(
|
|||||||
);
|
);
|
||||||
|
|
||||||
// Type filter (ColdStart, WarmStart, LinkDown, LinkUp, authenticationFailure, Other).
|
// 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 = [
|
$trap_types = [
|
||||||
-1 => __('None'),
|
-1 => __('None'),
|
||||||
0 => __('Cold start (0)'),
|
0 => __('Cold start (0)'),
|
||||||
@ -629,7 +629,7 @@ $trap_types = [
|
|||||||
4 => __('Authentication failure (4)'),
|
4 => __('Authentication failure (4)'),
|
||||||
5 => __('Other'),
|
5 => __('Other'),
|
||||||
];
|
];
|
||||||
$table->data[6][2] = html_print_select(
|
$table->data[4][4] = html_print_select(
|
||||||
$trap_types,
|
$trap_types,
|
||||||
'trap_type',
|
'trap_type',
|
||||||
$trap_type,
|
$trap_type,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user