This commit is contained in:
@@ -66,11 +66,12 @@ export default function initialize() {
|
||||
//3rd level items under preferences
|
||||
var subSub = [];
|
||||
|
||||
//Preferences (personal)
|
||||
sub.push({
|
||||
title: window.$gz.locale.get("Preferences"),
|
||||
icon: "tachometer-alt",
|
||||
route: "/dashboard"
|
||||
//Preferences (personal)
|
||||
sub.push({
|
||||
title: window.$gz.locale.get("UserPreferences"),
|
||||
icon: "user-cog",
|
||||
route: undefined,
|
||||
navItems: subSub
|
||||
});
|
||||
|
||||
addNavItem(window.$gz.locale.get("Home"), "home", "/", sub);
|
||||
|
||||
Reference in New Issue
Block a user