This commit is contained in:
@@ -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++
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user