This commit is contained in:
2019-12-20 19:56:44 +00:00
parent 82fb9389e7
commit baf2789332
7 changed files with 38 additions and 12 deletions

View File

@@ -42,14 +42,14 @@ export default function initialize() {
//SCHEDULE (personal)
sub.push({
title: window.$gz.locale.get("Schedule"),
icon: "calendar-alt",
route: "/schedule/me", //Note: "me" is code for current user id in schedule form, any single user id can be substituted for me as well
icon: "calendar-day",
route: "/home-schedule",
key: key++
});
//MEMOS
sub.push({
title: window.$gz.locale.get("Memo"),
title: window.$gz.locale.get("MemoList"),
icon: "inbox",
route: "/memo",
key: key++
@@ -146,7 +146,7 @@ export default function initialize() {
sub.push({
title: window.$gz.locale.get("Schedule"),
icon: "calendar-alt",
route: "/schedule/all",
route: "/svc-schedule",
key: key++
});

View File

@@ -50,7 +50,7 @@ export default {
"Home",
"DashboardDashboard",
"Schedule",
"Memo",
"MemoList",
"Locale",
"SetLoginPassword",
"NotifySubscriptionList",