Ent 7547 tree view no filtra bien dashboard
This commit is contained in:
parent
595fabb232
commit
878a5321e8
|
@ -1126,6 +1126,7 @@ class Tree
|
|||
$agent_search_filter
|
||||
$agent_status_filter
|
||||
$module_search_filter
|
||||
$module_status_filter
|
||||
$tag_condition
|
||||
GROUP BY tam.id_agente_modulo
|
||||
ORDER BY tam.nombre ASC, tam.id_agente_modulo ASC";
|
||||
|
|
|
@ -418,6 +418,7 @@ class TreeViewWidget extends Widget
|
|||
AGENT_MODULE_STATUS_NOT_INIT => __('Not init'),
|
||||
];
|
||||
|
||||
if (is_metaconsole() === false) {
|
||||
$inputs[] = [
|
||||
'label' => __('Modules status'),
|
||||
'arguments' => [
|
||||
|
@ -440,6 +441,7 @@ class TreeViewWidget extends Widget
|
|||
'size' => 0,
|
||||
],
|
||||
];
|
||||
}
|
||||
|
||||
return $inputs;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue