mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Fixed repeated real time item on agents view
This commit is contained in:
parent
65f9fe1cb7
commit
6479e3ac64
@ -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…
x
Reference in New Issue
Block a user