From 6479e3ac64692618c041a63650bb02df60704931 Mon Sep 17 00:00:00 2001 From: Fermin Date: Fri, 11 May 2018 13:14:08 +0200 Subject: [PATCH] Fixed repeated real time item on agents view --- pandora_console/include/ajax/module.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/include/ajax/module.php b/pandora_console/include/ajax/module.php index 10b181baee..a98d65ed1e 100755 --- a/pandora_console/include/ajax/module.php +++ b/pandora_console/include/ajax/module.php @@ -1084,7 +1084,7 @@ if ($list_modules) { $win_handle=dechex(crc32($module["id_agente_modulo"].$module["nombre"])); // Try to display the SNMP module realtime graph - $rt_button .= get_module_realtime_link_graph($module); + $rt_button = get_module_realtime_link_graph($module); if (!empty($rt_button)) $data[8] = $rt_button . "  "; # Show events for boolean modules by default.