This commit is contained in:
Daniel Cebrian 2024-03-15 09:07:15 +01:00
parent d221094f61
commit 58919847cb
1 changed files with 18 additions and 14 deletions

View File

@ -262,6 +262,7 @@ class AgentsAlerts extends HTML
$data[0] = io_safe_output($agent_module['alias']);
$data[1] = io_safe_output($agent_module['nombre']);
$uniqid = $agent_module['id_agente_modulo'];
if (check_acl($this->idUser, 0, 'LM')) {
$data[2] = html_print_anchor(
[
'href' => sprintf(
@ -276,6 +277,9 @@ class AgentsAlerts extends HTML
],
true
);
} else {
$data[2] = '';
}
array_push($table->data, $data);