This commit is contained in:
@@ -151,14 +151,6 @@ function initNavPanel() {
|
||||
key: key++
|
||||
});
|
||||
|
||||
//HISTORY / MRU / ACTIVITY (personal)
|
||||
sub.push({
|
||||
title: "History",
|
||||
icon: "$ayiHistory",
|
||||
route: `/history/3/${window.$gz.store.state.userId}/true`,
|
||||
key: key++
|
||||
});
|
||||
|
||||
//SCHEDULE (personal)
|
||||
sub.push({
|
||||
title: "Schedule",
|
||||
@@ -207,6 +199,14 @@ function initNavPanel() {
|
||||
key: key++
|
||||
});
|
||||
|
||||
//HISTORY / MRU / ACTIVITY (personal)
|
||||
sub.push({
|
||||
title: "History",
|
||||
icon: "$ayiHistory",
|
||||
route: `/history/3/${window.$gz.store.state.userId}/true`,
|
||||
key: key++
|
||||
});
|
||||
|
||||
//HOME
|
||||
if (sub.length > 0) {
|
||||
//Set homePage in store to dashboard
|
||||
|
||||
@@ -129,6 +129,7 @@ export default {
|
||||
"Dashboard",
|
||||
"Schedule",
|
||||
"MemoList",
|
||||
"ReviewList",
|
||||
"UserSettings",
|
||||
"SetLoginPassword",
|
||||
"NotifySubscriptionList",
|
||||
|
||||
Reference in New Issue
Block a user