Fixed bug in metaconsole custom fields2
Former-commit-id: f96e08279f779d5d64d1ce88f23787f15ac3d144
This commit is contained in:
parent
5fd4cd346a
commit
dd6c8ca870
|
@ -39,7 +39,7 @@ function events_get_all_fields() {
|
|||
$columns['estado'] = __('Status');
|
||||
$columns['timestamp'] = __('Timestamp');
|
||||
$columns['event_type'] = __('Event type');
|
||||
$columns['id_agentmodule'] = __('Agent module');
|
||||
$columns['id_agentmodule'] = __('Module name');
|
||||
$columns['id_alert_am'] = __('Alert');
|
||||
$columns['criticity'] = __('Severity');
|
||||
$columns['user_comment'] = __('Comment');
|
||||
|
|
Loading…
Reference in New Issue