This commit is contained in:
@@ -543,7 +543,7 @@ function clickHandler(menuItem) {
|
||||
function generateMenu(vm) {
|
||||
let menuOptions = {
|
||||
isMain: true,
|
||||
icon: "fa-ticket-alt",
|
||||
icon: "$ayiTicket",
|
||||
title: "HelpLicense",
|
||||
helpUrl: "form-adm-license",
|
||||
formData: {
|
||||
@@ -564,7 +564,7 @@ function generateMenu(vm) {
|
||||
//Trigger license check
|
||||
menuOptions.menuItems.push({
|
||||
title: "CheckForLicense",
|
||||
icon: "fa-ticket-alt",
|
||||
icon: "$ayiTicket",
|
||||
key: FORM_KEY + ":fetch",
|
||||
vm: vm
|
||||
});
|
||||
|
||||
@@ -429,7 +429,7 @@ function populateEventTypeList(vm) {
|
||||
},
|
||||
7: {
|
||||
name: vm.$ay.t("EventLicenseFetch"),
|
||||
icon: "fa-ticket-alt"
|
||||
icon: "$ayiTicket"
|
||||
},
|
||||
8: {
|
||||
name: vm.$ay.t("EventLicenseTrialRequest"),
|
||||
|
||||
@@ -12,7 +12,7 @@ export default {
|
||||
beforeCreate() {
|
||||
window.$gz.eventBus.$emit("menu-change", {
|
||||
isMain: true,
|
||||
icon: "fa-address-card",
|
||||
icon: "$ayiAddressCard",
|
||||
title: "CustomerList",
|
||||
helpUrl: "form-cust-customers"
|
||||
});
|
||||
|
||||
@@ -12,7 +12,7 @@ export default {
|
||||
beforeCreate() {
|
||||
window.$gz.eventBus.$emit("menu-change", {
|
||||
isMain: true,
|
||||
icon: "fa-sitemap",
|
||||
icon: "$ayiSitemap",
|
||||
title: "HeadOfficeList",
|
||||
helpUrl: "form-cust-headoffices"
|
||||
});
|
||||
|
||||
@@ -12,7 +12,7 @@ export default {
|
||||
beforeCreate() {
|
||||
window.$gz.eventBus.$emit("menu-change", {
|
||||
isMain: true,
|
||||
icon: "fa-tools",
|
||||
icon: "$ayiTools",
|
||||
title: "WorkOrderList",
|
||||
helpUrl: "form-customer-workorders"
|
||||
});
|
||||
|
||||
@@ -27,7 +27,7 @@ export default {
|
||||
beforeCreate() {
|
||||
window.$gz.eventBus.$emit("menu-change", {
|
||||
isMain: true,
|
||||
icon: "fa-tachometer-alt",
|
||||
icon: "$ayiTachometer",
|
||||
title: "Dashboard",
|
||||
helpUrl: "form-home-dashboard"
|
||||
});
|
||||
|
||||
@@ -12,7 +12,7 @@ export default {
|
||||
beforeCreate() {
|
||||
window.$gz.eventBus.$emit("menu-change", {
|
||||
isMain: true,
|
||||
icon: "fa-inbox",
|
||||
icon: "$ayiInbox",
|
||||
title: "MemoList",
|
||||
helpUrl: "form-home-memos"
|
||||
});
|
||||
|
||||
@@ -12,7 +12,7 @@ export default {
|
||||
beforeCreate() {
|
||||
window.$gz.eventBus.$emit("menu-change", {
|
||||
isMain: true,
|
||||
icon: "fa-sticky-note",
|
||||
icon: "$ayiStickyNote",
|
||||
title: "ReminderList",
|
||||
helpUrl: "form-home-reminders"
|
||||
});
|
||||
|
||||
@@ -12,7 +12,7 @@ export default {
|
||||
beforeCreate() {
|
||||
window.$gz.eventBus.$emit("menu-change", {
|
||||
isMain: true,
|
||||
icon: "fa-calendar-day",
|
||||
icon: "$ayiCalendarDay",
|
||||
title: "Schedule",
|
||||
helpUrl: "form-home-schedule"
|
||||
});
|
||||
|
||||
@@ -12,7 +12,7 @@ export default {
|
||||
beforeCreate() {
|
||||
window.$gz.eventBus.$emit("menu-change", {
|
||||
isMain: true,
|
||||
icon: "fa-tools",
|
||||
icon: "$ayiTools",
|
||||
title: "WorkOrderList",
|
||||
helpUrl: "form-svc-workorders"
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user