This commit is contained in:
2019-12-18 20:38:32 +00:00
parent e55edaf571
commit d57bb13501
13 changed files with 310 additions and 13 deletions

View File

@@ -305,7 +305,7 @@ export default function initialize() {
//PART REQUESTS
sub.push({
title: window.$gz.locale.get("WorkorderItemPartRequestList"),
icon: undefined,
icon: "paper-plane",
route: "/partrequests",
key: key++
});
@@ -351,7 +351,7 @@ export default function initialize() {
addNavItem(
window.$gz.locale.get("WidgetList"),
"splotch",
"/inventory",
"/testinventory",
[],
key++
);