mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 09:15:15 +02:00
Fixed monitor name in searching modules. Ticket #4247
This commit is contained in:
parent
720a32b8cf
commit
e51c6cc073
@ -73,10 +73,9 @@ else {
|
||||
'nombre', 'web_content_string');
|
||||
|
||||
foreach ($modules as $module) {
|
||||
//~ html_debug_print($module);
|
||||
$module["datos"] =
|
||||
modules_get_last_value($module['id_agente_modulo']);
|
||||
$module["module_name"] = 111;
|
||||
$module["module_name"] = $module['nombre'];
|
||||
|
||||
//To search the monitor status
|
||||
$status_sql = sprintf('SELECT estado from tagente_estado where id_agente_modulo =' . $module['id_agente_modulo']);
|
||||
|
Loading…
x
Reference in New Issue
Block a user