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

View File

@@ -68,9 +68,10 @@ export default function initialize() {
//Preferences (personal)
sub.push({
title: window.$gz.locale.get("Preferences"),
icon: "tachometer-alt",
route: "/dashboard"
title: window.$gz.locale.get("UserPreferences"),
icon: "user-cog",
route: undefined,
navItems: subSub
});
addNavItem(window.$gz.locale.get("Home"), "home", "/", sub);