diff --git a/pandora_console/include/functions_treeview.php b/pandora_console/include/functions_treeview.php index 9451e4a196..33b164a330 100755 --- a/pandora_console/include/functions_treeview.php +++ b/pandora_console/include/functions_treeview.php @@ -652,10 +652,11 @@ function treeview_printTable($id_agente, $server_data=[], $no_head=false) $row['title'] = __('Agent name'); $row['data'] = html_print_anchor( [ - 'href' => $urlAgent, + 'href' => 'javascript:void(0)', 'title' => __('Click here for view this agent'), 'class' => 'font_11', 'content' => $cellName, + 'onClick' => "sendHash('".$urlAgent."')", ], true ); @@ -1017,7 +1018,7 @@ function treeview_printTable($id_agente, $server_data=[], $no_head=false) echo "