Add menu entry.

This commit is contained in:
mdtrooper 2016-02-01 12:56:14 +01:00
parent 2f75655ee3
commit b0b6b89509
1 changed files with 9 additions and 0 deletions

View File

@ -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');