mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-27 15:54:29 +02:00
Merge branch 'ent-11726-15939-no-hay-columna-nombre-del-agente' into 'develop'
Ent 11726 15939 no hay columna nombre del agente See merge request artica/pandorafms!6240
This commit is contained in:
commit
25e2183d23
@ -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'],
|
||||
|
Loading…
x
Reference in New Issue
Block a user