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"),
|
||||
|
||||
Reference in New Issue
Block a user