-
+
{{ "fa-" + item.icon }}
diff --git a/ayanova/src/api/initialize.js b/ayanova/src/api/initialize.js
index 2d981b1d..ea184aa9 100644
--- a/ayanova/src/api/initialize.js
+++ b/ayanova/src/api/initialize.js
@@ -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",
diff --git a/ayanova/src/api/locale.js b/ayanova/src/api/locale.js
index e1b0588f..0b4c9ac3 100644
--- a/ayanova/src/api/locale.js
+++ b/ayanova/src/api/locale.js
@@ -65,6 +65,7 @@ export default {
"WorkorderPreventiveMaintenanceList",
"WorkorderPreventiveMaintenanceTemplate",
"UnitList",
+ "UnitModels",
//"Dispatch",
"Inventory",
"Accounting",