#11726 Fix alert status column name agent

This commit is contained in:
miguel angel rasteu 2023-07-12 14:11:00 +02:00
parent 676b7a9302
commit 2af618b765
1 changed files with 5 additions and 2 deletions

View File

@ -258,7 +258,8 @@ if ((bool) check_acl($config['id_user'], $id_group, 'LW') === true || (bool) che
);
}
if ($print_agent === true) {
/*
if ($print_agent === true) {
array_push(
$column_names,
['text' => 'Agent']
@ -268,11 +269,12 @@ if ((bool) check_acl($config['id_user'], $id_group, 'LW') === true || (bool) che
$columns,
['agent_name']
);
}
}*/
}
array_push(
$column_names,
['text' => 'Agent'],
['text' => 'Module'],
['text' => 'Template'],
[
@ -286,6 +288,7 @@ array_push(
$columns = array_merge(
$columns,
['agent_name'],
['agent_module_name'],
['template_name'],
['action'],