#13599 Fixed the link change so that it goes to the agent management
This commit is contained in:
parent
6ed996c755
commit
164096b762
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue