#10324 added system fav in tactical view group
This commit is contained in:
parent
3c614c7c46
commit
596ade6d37
|
@ -74,6 +74,12 @@ if (is_metaconsole() === false) {
|
||||||
'link' => '',
|
'link' => '',
|
||||||
'label' => __('Tactic group'),
|
'label' => __('Tactic group'),
|
||||||
],
|
],
|
||||||
|
],
|
||||||
|
[
|
||||||
|
'id_element' => $id_group,
|
||||||
|
'url' => 'gagent&sec2=godmode/groups/tactical&id_group='.$id_group,
|
||||||
|
'label' => groups_get_name($id_group),
|
||||||
|
'section' => 'Tactic_group',
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue