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…
Reference in New Issue