This commit is contained in:
2020-08-13 22:48:30 +00:00
parent 8b3596188a
commit 1aa13ec301
4 changed files with 32 additions and 77 deletions

View File

@@ -174,6 +174,14 @@ function initNavPanel() {
});
}
//HISTORY / MRU / ACTIVITY (personal)
sub.push({
title: "History",
icon: "fa-history",
route: `/history/3/${window.$gz.store.state.userId}/true`,
key: key++
});
//SCHEDULE (personal)
sub.push({
title: "Schedule",