This commit is contained in:
alejandro.campos@artica.es 2022-12-20 14:15:33 +01:00
parent eb1d17d3b0
commit 47cb138d9b
3 changed files with 6 additions and 6 deletions

View File

@ -736,7 +736,7 @@ if ($agents !== false) {
$agent['id_agente']
);
$url = 'index.php?sec=reporting&sec2=';
$url .= '/operation/cluster/cluster';
$url .= 'operation/cluster/cluster';
$url = ui_get_full_url(
$url.'&op=update&id='.$cluster->id()
);
@ -794,7 +794,7 @@ if ($agents !== false) {
$agent['id_agente']
);
$url = 'index.php?sec=reporting&sec2=';
$url .= '/operation/cluster/cluster';
$url .= 'operation/cluster/cluster';
$url = ui_get_full_url(
$url.'&op=update&id='.$cluster->id()
);
@ -825,7 +825,7 @@ if ($agents !== false) {
$agent['id_agente']
);
$url = 'index.php?sec=reporting&sec2=';
$url .= '/operation/cluster/cluster';
$url .= 'operation/cluster/cluster';
$url = ui_get_full_url(
$url.'&op=view&id='.$cluster->id()
);

View File

@ -695,7 +695,7 @@ function treeview_printTable($id_agente, $server_data=[], $no_head=false)
$agent['id_agente']
);
$url = 'index.php?sec=reporting&sec2=';
$url .= '/operation/cluster/cluster';
$url .= 'operation/cluster/cluster';
$url = ui_get_full_url(
$url.'&op=update&id='.$cluster->id()
);

View File

@ -851,7 +851,7 @@ foreach ($agents as $agent) {
$agent['id_agente']
);
$url = 'index.php?sec=reporting&sec2=';
$url .= '/operation/cluster/cluster';
$url .= 'operation/cluster/cluster';
$url = ui_get_full_url(
$url.'&op=view&id='.$cluster->id()
);
@ -870,7 +870,7 @@ foreach ($agents as $agent) {
$agent['id_agente']
);
$url = 'index.php?sec=reporting&sec2=';
$url .= '/operation/cluster/cluster';
$url .= 'operation/cluster/cluster';
$url = ui_get_full_url(
$url.'&op=update&id='.$cluster->id()
);