This commit is contained in:
2019-12-17 18:59:41 +00:00
parent 1855e37b0a
commit 93fa6dcd26
3 changed files with 25 additions and 13 deletions

View File

@@ -119,7 +119,7 @@ export default function initialize() {
key: key++
});
//CUSTOMER (TOP)
// ** CUSTOMER (TOP)
addNavItem(
window.$gz.locale.get("ClientList"),
"address-book",
@@ -233,16 +233,23 @@ 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++
});
//UNITS subitem
sub.push({
title: window.$gz.locale.get("UnitList"),
icon: "fan",
route: "/units",
key: key++
});
//Service (TOP GROUP)
//UNIT MODELS subitem
sub.push({
title: window.$gz.locale.get("UnitModels"),
icon: undefined,
route: "/unitmodels",
key: key++
});
//**** Service (TOP GROUP)
addNavItem(
window.$gz.locale.get("Service"),
"toolbox",

View File

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