#13599 Fixed the link change so that it goes to the agent management

This commit is contained in:
Jorge Rincon 2024-04-24 14:39:37 +02:00
parent 6ed996c755
commit 164096b762
1 changed files with 1 additions and 1 deletions

View File

@ -763,7 +763,7 @@ if ($agents !== false) {
$agent['id_agente']
);
$agentViewUrl = sprintf(
'index.php?sec=estado&sec2=operation/agentes/ver_agente&id_agente=%s',
'index.php?sec=estado&sec2=godmode/agentes/configurar_agente&id_agente=%s',
$agent['id_agente']
);
$agentAlertUrl = sprintf(