This commit is contained in:
2019-12-17 18:43:12 +00:00
parent db42ddf2db
commit 1855e37b0a
2 changed files with 10 additions and 0 deletions

View File

@@ -233,6 +233,15 @@ export default function initialize() {
key: key++ key: key++
}); });
//UNITS subitem
// possible icons: robot, microchip, splotch, fan
sub.push({
title: window.$gz.locale.get("UnitList"),
icon: "fan",
route: "/units",
key: key++
});
//Service (TOP GROUP) //Service (TOP GROUP)
addNavItem( addNavItem(
window.$gz.locale.get("Service"), window.$gz.locale.get("Service"),

View File

@@ -64,6 +64,7 @@ export default {
"WorkorderQuoteTemplate", "WorkorderQuoteTemplate",
"WorkorderPreventiveMaintenanceList", "WorkorderPreventiveMaintenanceList",
"WorkorderPreventiveMaintenanceTemplate", "WorkorderPreventiveMaintenanceTemplate",
"UnitList",
//"Dispatch", //"Dispatch",
"Inventory", "Inventory",
"Accounting", "Accounting",