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