This commit is contained in:
@@ -38,6 +38,7 @@ export default function initialize() {
|
||||
route: "/dashboard",
|
||||
key: key++
|
||||
});
|
||||
|
||||
//SCHEDULE (personal)
|
||||
sub.push({
|
||||
title: window.$gz.locale.get("Schedule"),
|
||||
@@ -151,6 +152,14 @@ export default function initialize() {
|
||||
- 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 LIST (was service workorders)
|
||||
subSub.push({
|
||||
@@ -265,8 +274,8 @@ export default function initialize() {
|
||||
key: key++
|
||||
});
|
||||
|
||||
//LOANERS subitem
|
||||
sub.push({
|
||||
//LOANERS subitem
|
||||
sub.push({
|
||||
title: window.$gz.locale.get("LoanItemList"),
|
||||
icon: "plug",
|
||||
route: "/loaners",
|
||||
|
||||
Reference in New Issue
Block a user