mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Merge branch 'ent-7547-Tree-view-no-filtra-bien-Dashboard' into 'develop'
Ent 7547 tree view no filtra bien dashboard See merge request artica/pandorafms!4136
This commit is contained in:
commit
f134377b37
@ -1126,6 +1126,7 @@ class Tree
|
|||||||
$agent_search_filter
|
$agent_search_filter
|
||||||
$agent_status_filter
|
$agent_status_filter
|
||||||
$module_search_filter
|
$module_search_filter
|
||||||
|
$module_status_filter
|
||||||
$tag_condition
|
$tag_condition
|
||||||
GROUP BY tam.id_agente_modulo
|
GROUP BY tam.id_agente_modulo
|
||||||
ORDER BY tam.nombre ASC, tam.id_agente_modulo ASC";
|
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'),
|
AGENT_MODULE_STATUS_NOT_INIT => __('Not init'),
|
||||||
];
|
];
|
||||||
|
|
||||||
|
if (is_metaconsole() === false) {
|
||||||
$inputs[] = [
|
$inputs[] = [
|
||||||
'label' => __('Modules status'),
|
'label' => __('Modules status'),
|
||||||
'arguments' => [
|
'arguments' => [
|
||||||
@ -440,6 +441,7 @@ class TreeViewWidget extends Widget
|
|||||||
'size' => 0,
|
'size' => 0,
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
}
|
||||||
|
|
||||||
return $inputs;
|
return $inputs;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user