This commit is contained in:
@@ -273,7 +273,7 @@ export default function initialize() {
|
||||
//so there is no separate role check here as the service group role check supersedes this
|
||||
sub.push({
|
||||
title: t("WorkorderQuoteList"),
|
||||
icon: "fa-edit",
|
||||
icon: "fa-pencil-alt",
|
||||
route: "/svc-quotes",
|
||||
key: key++
|
||||
});
|
||||
|
||||
@@ -12,7 +12,7 @@ export default {
|
||||
beforeCreate() {
|
||||
window.$gz.eventBus.$emit("menu-change", {
|
||||
isMain: true,
|
||||
icon: "fa-edit",
|
||||
icon: "fa-pencil-alt",
|
||||
title: this.$ay.t("WorkorderQuoteList"),
|
||||
helpUrl: "form-svc-quotes"
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user