Fixed repeated real time item on agents view

This commit is contained in:
Fermin 2018-05-11 13:14:08 +02:00
parent 65f9fe1cb7
commit 6479e3ac64
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.