This commit is contained in:
2019-12-17 19:21:06 +00:00
parent 3e62548992
commit ef3f991e6f

View File

@@ -38,6 +38,7 @@ export default function initialize() {
route: "/dashboard", route: "/dashboard",
key: key++ key: key++
}); });
//SCHEDULE (personal) //SCHEDULE (personal)
sub.push({ sub.push({
title: window.$gz.locale.get("Schedule"), title: window.$gz.locale.get("Schedule"),
@@ -151,6 +152,14 @@ export default function initialize() {
- SCHEDULE (all users not just current one) - SCHEDULE (all users not just current one)
*/ */
//SCHEDULE (combined)
sub.push({
title: window.$gz.locale.get("Schedule"),
icon: "calendar-alt",
route: "/schedule/all",
key: key++
});
//WORKORDERS GROUP SUBITEMS //WORKORDERS GROUP SUBITEMS
//WORKORDERS LIST (was service workorders) //WORKORDERS LIST (was service workorders)
subSub.push({ subSub.push({
@@ -265,8 +274,8 @@ export default function initialize() {
key: key++ key: key++
}); });
//LOANERS subitem //LOANERS subitem
sub.push({ sub.push({
title: window.$gz.locale.get("LoanItemList"), title: window.$gz.locale.get("LoanItemList"),
icon: "plug", icon: "plug",
route: "/loaners", route: "/loaners",