mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
Merge branch 'ent-8183-Bug-en-widget-Tree-view-Dashboard-metaconsola' into 'develop'
dashboard widget tree fix in metaconsole only groups type See merge request artica/pandorafms!4511
This commit is contained in:
commit
9b6f829171
@ -333,6 +333,10 @@ class TreeViewWidget extends Widget
|
|||||||
'policies' => __('Policies'),
|
'policies' => __('Policies'),
|
||||||
];
|
];
|
||||||
|
|
||||||
|
if (is_metaconsole() === true) {
|
||||||
|
$fields = ['group' => __('Groups')];
|
||||||
|
}
|
||||||
|
|
||||||
$inputs[] = [
|
$inputs[] = [
|
||||||
'label' => __('Type tree'),
|
'label' => __('Type tree'),
|
||||||
'arguments' => [
|
'arguments' => [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user