This commit is contained in:
@@ -205,7 +205,7 @@ async function clickHandler(menuItem) {
|
||||
function generateMenu(vm) {
|
||||
let menuOptions = {
|
||||
isMain: true,
|
||||
icon: "fa-users",
|
||||
icon: "$ayiUsers",
|
||||
title: "UserList",
|
||||
helpUrl: "form-adm-users",
|
||||
menuItems: [],
|
||||
|
||||
@@ -197,7 +197,7 @@ async function clickHandler(menuItem) {
|
||||
function generateMenu(vm) {
|
||||
let menuOptions = {
|
||||
isMain: true,
|
||||
icon: "fa-users",
|
||||
icon: "$ayiUsers",
|
||||
title: "UserList",
|
||||
helpUrl: "form-cust-users",
|
||||
menuItems: []
|
||||
|
||||
@@ -12,7 +12,7 @@ export default {
|
||||
beforeCreate() {
|
||||
window.$gz.eventBus.$emit("menu-change", {
|
||||
isMain: true,
|
||||
icon: "fa-file-contract",
|
||||
icon: "$ayiFileContract",
|
||||
title: "ContractList",
|
||||
helpUrl: "form-svc-contracts"
|
||||
});
|
||||
|
||||
@@ -12,7 +12,7 @@ export default {
|
||||
beforeCreate() {
|
||||
window.$gz.eventBus.$emit("menu-change", {
|
||||
isMain: true,
|
||||
icon: "fa-plug",
|
||||
icon: "$ayiPlug",
|
||||
title: "LoanUnitList",
|
||||
helpUrl: "form-svc-loaners"
|
||||
});
|
||||
|
||||
@@ -12,7 +12,7 @@ export default {
|
||||
beforeCreate() {
|
||||
window.$gz.eventBus.$emit("menu-change", {
|
||||
isMain: true,
|
||||
icon: "fa-business-time",
|
||||
icon: "$ayiBusinessTime",
|
||||
title: "PMList",
|
||||
helpUrl: "form-svc-pm-list"
|
||||
});
|
||||
|
||||
@@ -12,7 +12,7 @@ export default {
|
||||
beforeCreate() {
|
||||
window.$gz.eventBus.$emit("menu-change", {
|
||||
isMain: true,
|
||||
icon: "fa-pencil-alt",
|
||||
icon: "$ayiPencilAlt",
|
||||
title: "QuoteList",
|
||||
helpUrl: "form-svc-quotes"
|
||||
});
|
||||
|
||||
@@ -12,7 +12,7 @@ export default {
|
||||
beforeCreate() {
|
||||
window.$gz.eventBus.$emit("menu-change", {
|
||||
isMain: true,
|
||||
icon: "fa-calendar-alt",
|
||||
icon: "$ayiCalendarAlt",
|
||||
title: "Schedule",
|
||||
helpUrl: "form-svc-schedule"
|
||||
});
|
||||
|
||||
@@ -12,7 +12,7 @@ export default {
|
||||
beforeCreate() {
|
||||
window.$gz.eventBus.$emit("menu-change", {
|
||||
isMain: true,
|
||||
icon: "fa-dice-d20",
|
||||
icon: "$ayiDiceD20",
|
||||
title: "UnitModels",
|
||||
helpUrl: "form-svc-unit-models"
|
||||
});
|
||||
|
||||
@@ -12,7 +12,7 @@ export default {
|
||||
beforeCreate() {
|
||||
window.$gz.eventBus.$emit("menu-change", {
|
||||
isMain: true,
|
||||
icon: "fa-fan",
|
||||
icon: "$ayiFan",
|
||||
title: "UnitList",
|
||||
helpUrl: "form-svc-units"
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user