This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -65,6 +65,7 @@ export default {
|
||||
"WorkorderPreventiveMaintenanceList",
|
||||
"WorkorderPreventiveMaintenanceTemplate",
|
||||
"UnitList",
|
||||
"UnitModels",
|
||||
//"Dispatch",
|
||||
"Inventory",
|
||||
"Accounting",
|
||||
|
||||
Reference in New Issue
Block a user