This commit is contained in:
2019-12-16 21:22:20 +00:00
parent 43aed606ef
commit e3280991f3

View File

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