diff --git a/ayanova/src/api/initialize.js b/ayanova/src/api/initialize.js index bf4ca9ba..2d981b1d 100644 --- a/ayanova/src/api/initialize.js +++ b/ayanova/src/api/initialize.js @@ -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"), diff --git a/ayanova/src/api/locale.js b/ayanova/src/api/locale.js index a7ac830a..e1b0588f 100644 --- a/ayanova/src/api/locale.js +++ b/ayanova/src/api/locale.js @@ -64,6 +64,7 @@ export default { "WorkorderQuoteTemplate", "WorkorderPreventiveMaintenanceList", "WorkorderPreventiveMaintenanceTemplate", + "UnitList", //"Dispatch", "Inventory", "Accounting",