Replaced the word that should never be named by "Severity"
This commit is contained in:
parent
e9d61ab644
commit
8f5cfb877a
|
@ -159,7 +159,7 @@ $fields_available['timestamp'] = __('Timestamp');
|
|||
$fields_available['event_type'] = __('Event type');
|
||||
$fields_available['id_agentmodule'] = __('Agent module');
|
||||
$fields_available['id_alert_am'] = __('Alert');
|
||||
$fields_available['criticity'] = __('Criticity');
|
||||
$fields_available['criticity'] = __('Severity');
|
||||
$fields_available['user_comment'] = __('Comment');
|
||||
$fields_available['tags'] = __('Tags');
|
||||
$fields_available['source'] = __('Source');
|
||||
|
|
|
@ -40,7 +40,7 @@ function events_get_all_fields() {
|
|||
$columns['event_type'] = __('Event type');
|
||||
$columns['id_agentmodule'] = __('Agent module');
|
||||
$columns['id_alert_am'] = __('Alert');
|
||||
$columns['criticity'] = __('Criticity');
|
||||
$columns['criticity'] = __('Severity');
|
||||
$columns['user_comment'] = __('Comment');
|
||||
$columns['tags'] = __('Tags');
|
||||
$columns['source'] = __('Source');
|
||||
|
|
|
@ -4625,7 +4625,7 @@ function reporting_get_group_detailed_event ($id_group, $period = 0,
|
|||
$table->head[1] = __('Name');
|
||||
$table->head[2] = __('Type');
|
||||
$table->head[3] = __('Agent');
|
||||
$table->head[4] = __('Criticity');
|
||||
$table->head[4] = __('Severity');
|
||||
$table->head[5] = __('Val. by');
|
||||
$table->head[6] = __('Timestamp');
|
||||
|
||||
|
|
|
@ -466,7 +466,7 @@ function reporting_html_event_report_group($table, $item) {
|
|||
$table1->head[1] = __('Name');
|
||||
$table1->head[2] = __('Type');
|
||||
$table1->head[3] = __('Agent');
|
||||
$table1->head[4] = __('Criticity');
|
||||
$table1->head[4] = __('Severity');
|
||||
$table1->head[5] = __('Val. by');
|
||||
$table1->head[6] = __('Timestamp');
|
||||
|
||||
|
@ -596,7 +596,7 @@ function reporting_html_event_report_module($table, $item) {
|
|||
$table1->head[0] = __('Status');
|
||||
$table1->head[1] = __('Event name');
|
||||
$table1->head[2] = __('Event type');
|
||||
$table1->head[3] = __('Criticity');
|
||||
$table1->head[3] = __('Severity');
|
||||
$table1->head[4] = __('Count');
|
||||
$table1->head[5] = __('Timestamp');
|
||||
$table1->style[0] = 'text-align: center;';
|
||||
|
@ -1067,7 +1067,7 @@ function reporting_html_event_report_agent($table, $item) {
|
|||
$table1->head[1] = __('Count');
|
||||
$table1->head[2] = __('Name');
|
||||
$table1->head[3] = __('Type');
|
||||
$table1->head[4] = __('Criticity');
|
||||
$table1->head[4] = __('Severity');
|
||||
$table1->head[5] = __('Val. by');
|
||||
$table1->head[6] = __('Timestamp');
|
||||
|
||||
|
|
Loading…
Reference in New Issue