mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 08:14:38 +02:00
Add menu entry.
This commit is contained in:
parent
2f75655ee3
commit
b0b6b89509
@ -119,6 +119,15 @@ if (check_acl ($config['id_user'], 0, "AR")) {
|
||||
"operation/agentes/networkmap"
|
||||
);
|
||||
|
||||
$sub["operation/maps/networkmap_list"]["text"] = __('(Temp) Network map');
|
||||
$sub["operation/maps/networkmap_list"]["id"] = '(Temp) Network map';
|
||||
$sub["operation/maps/networkmap_list"]["refr"] = 0;
|
||||
$sub["operation/maps/networkmap_list"]["pages"] = array(
|
||||
"operation/maps/networkmap"
|
||||
);
|
||||
|
||||
|
||||
|
||||
enterprise_hook ('networkmap_console');
|
||||
|
||||
enterprise_hook ('services_menu');
|
||||
|
Loading…
x
Reference in New Issue
Block a user