mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 01:05:39 +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['id'] = (int) $module['id_agente_modulo'];
|
||||||
$module['name'] = $module['nombre'];
|
$module['name'] = $module['nombre'];
|
||||||
$module['id_module_type'] = (int) $module['id_tipo_modulo'];
|
$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['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
|
// Status
|
||||||
switch (modules_get_status($module['id'])) {
|
switch (modules_get_status($module['id'])) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user