This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user