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++
});
//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)
addNavItem(
window.$gz.locale.get("Service"),

View File

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