This commit is contained in:
2019-07-09 16:56:03 +00:00
parent b80bd3f510
commit 0824a90097

View File

@@ -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