CMXX - New Profile setup
This commit is contained in:
@@ -16,7 +16,7 @@ $equipments_sub = array('equipments','servicereports','histories','firmwaretool'
|
||||
$sales_sub = array('accounts','contracts');
|
||||
$admin_sub = array('users','communications','partners');
|
||||
$reporting_sub = array('report_build','report_healthindex','report_usage');
|
||||
$settings_sub = array('config','language','log','maintenance');
|
||||
$settings_sub = array('config','language','log','maintenance','profiles');
|
||||
|
||||
//URLS
|
||||
$urls = array(
|
||||
@@ -134,6 +134,12 @@ $urls = array(
|
||||
"icon" => "fas fa-tachometer-alt",
|
||||
"name" => "menu_maintenance"
|
||||
),
|
||||
"profiles" => array(
|
||||
"url" => "profiles",
|
||||
"selected" => "profiles",
|
||||
"icon" => "fas fa-tachometer-alt",
|
||||
"name" => "menu_profiles"
|
||||
),
|
||||
"marketing" => array(
|
||||
"url" => "marketing&product_group=Emergency_Plug&product_content=Images",
|
||||
"selected" => "marketing",
|
||||
|
||||
Reference in New Issue
Block a user