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:
commit
f920a407fb
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue