From 50aa314191efa799c7327db0cea63713343b4c60 Mon Sep 17 00:00:00 2001 From: fbsanchez Date: Wed, 24 Oct 2018 19:31:39 +0200 Subject: [PATCH] WUX-UX integration --- pandora_console/operation/agentes/ver_agente.php | 9 --------- 1 file changed, 9 deletions(-) diff --git a/pandora_console/operation/agentes/ver_agente.php b/pandora_console/operation/agentes/ver_agente.php index df7a2777ff..d8521841d6 100644 --- a/pandora_console/operation/agentes/ver_agente.php +++ b/pandora_console/operation/agentes/ver_agente.php @@ -1095,15 +1095,6 @@ $policyTab = enterprise_hook('policy_tab'); if ($policyTab == -1) $policyTab = ""; -/* UX Console */ -enterprise_include_once('/include/functions_ux_console.php'); -$active_ux = enterprise_hook('get_ux_transactions', array($id_agente)); -if(!empty($active_ux)){ - $ux_console_tab = enterprise_hook('ux_console_tab'); - if ($ux_console_tab == -1) - $ux_console_tab = ""; -} - /* WUX Console */ $modules_wux = enterprise_hook('get_wux_modules' , array($id_agente)); if($modules_wux){