Merge branch '3219-Vista-de-custom-fields-diferente-nodo-meta2' into 'develop'
Fixed bug in metaconsole custom fields2 See merge request artica/pandorafms!2070 Former-commit-id: cb36006bed0259c9e7c70c420d5e46129d64457a
This commit is contained in:
commit
33ed8a2cc1
|
@ -37,7 +37,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