mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
Fixed an error on the groups tree view
This commit is contained in:
parent
360bc80cc3
commit
2048e9408e
@ -383,8 +383,9 @@ class Tree {
|
||||
$module['id'] = (int) $module['id_agente_modulo'];
|
||||
$module['name'] = $module['nombre'];
|
||||
$module['id_module_type'] = (int) $module['id_tipo_modulo'];
|
||||
$module['server_type'] = (int) $module['id_modulo'];
|
||||
// $module['icon'] = modules_get_type_icon($module['id_tipo_modulo']);
|
||||
$module['value'] = modules_get_last_value($module['id']);
|
||||
// $module['value'] = modules_get_last_value($module['id']);
|
||||
|
||||
// Status
|
||||
switch (modules_get_status($module['id'])) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user