Merge branch '2231-Vistas-realtime-en-modulos-de-red-2' into 'develop'

Fixed repeated real time item on agents view

See merge request artica/pandorafms!1479
This commit is contained in:
vgilc 2018-05-14 08:47:32 +02:00
commit f920a407fb
1 changed files with 1 additions and 1 deletions

View File

@ -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.