mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-03-21 12:29:03 +01:00
(ui) move the admin/store menu under the events tab
This commit is contained in:
parent
e217f61524
commit
afc391f73e
@ -89,12 +89,6 @@ Application.Controllers.controller('MainNavController', ['$scope', 'settingsProm
|
||||
linkIcon: 'cogs',
|
||||
authorizedRoles: ['admin', 'manager']
|
||||
},
|
||||
{
|
||||
state: 'app.admin.store.products',
|
||||
linkText: 'app.public.common.manage_the_store',
|
||||
linkIcon: 'cart-plus',
|
||||
authorizedRoles: ['admin', 'manager']
|
||||
},
|
||||
$scope.$root.modules.trainings && {
|
||||
state: 'app.admin.trainings',
|
||||
linkText: 'app.public.common.trainings_monitoring',
|
||||
@ -112,6 +106,12 @@ Application.Controllers.controller('MainNavController', ['$scope', 'settingsProm
|
||||
linkIcon: 'tags',
|
||||
authorizedRoles: ['admin', 'manager']
|
||||
},
|
||||
{
|
||||
state: 'app.admin.store.products',
|
||||
linkText: 'app.public.common.manage_the_store',
|
||||
linkIcon: 'cart-plus',
|
||||
authorizedRoles: ['admin', 'manager']
|
||||
},
|
||||
{ class: 'menu-spacer' },
|
||||
{
|
||||
state: 'app.admin.members',
|
||||
|
Loading…
x
Reference in New Issue
Block a user