This commit is contained in:
2019-12-18 19:40:22 +00:00
parent d4bbac6dbc
commit 42585f185c
14 changed files with 339 additions and 3 deletions

View File

@@ -146,7 +146,7 @@ export default function initialize() {
sub.push({
title: window.$gz.locale.get("Schedule"),
icon: "calendar-alt",
route: "/schedule", //Note: because there is no trailing ID or "me" value it is stipulating all users and can be further in-filtered by other things in the UI
route: "/schedule/all",
key: key++
});
@@ -243,7 +243,7 @@ export default function initialize() {
//UNIT MODELS subitem
sub.push({
title: window.$gz.locale.get("UnitModels"),
icon: undefined,
icon: "dice-d20",
route: "/unitmodels",
key: key++
});