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