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