This commit is contained in:
2019-12-16 21:45:28 +00:00
parent 7c5814eb0d
commit b2f4aaa5d7

View File

@@ -73,14 +73,21 @@ export default function initialize() {
route: "/locale" route: "/locale"
}); });
//LOGIN //SET LOGIN
subSub.push({ subSub.push({
title: window.$gz.locale.get("SetLoginPassword"), title: window.$gz.locale.get("SetLoginPassword"),
icon: "key", icon: "key",
route: "/changepw" route: "/changepw"
}); });
//Preferences (personal) //NOTIFICATION SUBSCRIPTIONS
subSub.push({
title: window.$gz.locale.get("NotifySubscriptionList"),
icon: "bullhorn",
route: "/notifysubscriptions"
});
//USER PREFERENCES (personal)
sub.push({ sub.push({
title: window.$gz.locale.get("UserPreferences"), title: window.$gz.locale.get("UserPreferences"),
icon: "user-cog", icon: "user-cog",