Added autoconfiguration menu
This commit is contained in:
parent
079b2437b6
commit
ba676e13e3
|
@ -101,12 +101,12 @@ if (check_acl ($config['id_user'], 0, "PM")) {
|
||||||
$sub["godmode/modules/manage_network_templates"]["text"] = __('Module templates');
|
$sub["godmode/modules/manage_network_templates"]["text"] = __('Module templates');
|
||||||
$sub["godmode/modules/manage_network_templates"]["id"] = 'Module templates';
|
$sub["godmode/modules/manage_network_templates"]["id"] = 'Module templates';
|
||||||
enterprise_hook ('inventory_submenu');
|
enterprise_hook ('inventory_submenu');
|
||||||
|
enterprise_hook ('autoconfiguration_menu');
|
||||||
}
|
}
|
||||||
if (check_acl ($config['id_user'], 0, "AW")) {
|
if (check_acl ($config['id_user'], 0, "AW")) {
|
||||||
enterprise_hook ('policies_menu');
|
enterprise_hook ('policies_menu');
|
||||||
enterprise_hook('agents_submenu');
|
enterprise_hook('agents_submenu');
|
||||||
}
|
}
|
||||||
|
|
||||||
if (check_acl ($config['id_user'], 0, "AW")) {
|
if (check_acl ($config['id_user'], 0, "AW")) {
|
||||||
$sub["gmassive"]["text"] = __('Bulk operations');
|
$sub["gmassive"]["text"] = __('Bulk operations');
|
||||||
$sub["gmassive"]["id"] = 'Bulk operations';
|
$sub["gmassive"]["id"] = 'Bulk operations';
|
||||||
|
|
Loading…
Reference in New Issue