This commit is contained in:
@@ -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++
|
||||
});
|
||||
|
||||
|
||||
@@ -50,7 +50,7 @@ export default {
|
||||
"Home",
|
||||
"DashboardDashboard",
|
||||
"Schedule",
|
||||
"Memo",
|
||||
"MemoList",
|
||||
"Locale",
|
||||
"SetLoginPassword",
|
||||
"NotifySubscriptionList",
|
||||
|
||||
Reference in New Issue
Block a user