This commit is contained in:
@@ -61,6 +61,21 @@ export default {
|
||||
key: "app:nav:abt",
|
||||
data: "about"
|
||||
});
|
||||
|
||||
//Customize menu item for biz admin full
|
||||
|
||||
if (vm.$gzrole.hasRole(vm.$gzrole.AUTHORIZATION_ROLES.BizAdminFull)) {
|
||||
//add customize menu item
|
||||
//DIVIDER
|
||||
//Insert the devider between context and global items
|
||||
vm.appBar.menuItems.push({ divider: true, inset: false });
|
||||
//customize
|
||||
vm.appBar.menuItems.push({
|
||||
title: vm.$gzlocale.get("Customize"),
|
||||
icon: "sliders-h",
|
||||
key: "app:nav:customize"
|
||||
});
|
||||
}
|
||||
},
|
||||
///////////////////////////////
|
||||
// CHANGE HANDLER
|
||||
|
||||
Reference in New Issue
Block a user