This commit is contained in:
@@ -276,7 +276,7 @@ function clickHandler(menuItem) {
|
||||
function generateMenu(vm) {
|
||||
let menuOptions = {
|
||||
isMain: false,
|
||||
icon: "fa-sliders-h",
|
||||
icon: "$ayiCustomize",
|
||||
title: "Customize",
|
||||
helpUrl: "form-ay-customize",
|
||||
formData: {
|
||||
|
||||
@@ -12,7 +12,7 @@ export default {
|
||||
beforeCreate() {
|
||||
window.$gz.eventBus.$emit("menu-change", {
|
||||
isMain: true,
|
||||
icon: "fa-child",
|
||||
icon: "$ayiChild",
|
||||
title: "CustomerServiceRequestList",
|
||||
helpUrl: "form-customer-csr-list"
|
||||
});
|
||||
|
||||
@@ -641,7 +641,7 @@ async function clickHandler(menuItem) {
|
||||
function generateMenu(vm) {
|
||||
let menuOptions = {
|
||||
isMain: false,
|
||||
icon: "fa-bullhorn",
|
||||
icon: "$ayiBullhorn",
|
||||
title: "NotifySubscription",
|
||||
helpUrl: "form-home-notify-subscriptions",
|
||||
formData: {
|
||||
|
||||
@@ -158,7 +158,7 @@ async function clickHandler(menuItem) {
|
||||
function generateMenu(vm) {
|
||||
let menuOptions = {
|
||||
isMain: true,
|
||||
icon: "fa-bullhorn",
|
||||
icon: "$ayiBullhorn",
|
||||
title: "NotifySubscriptionList",
|
||||
helpUrl: "form-home-notify-subscriptions",
|
||||
menuItems: [],
|
||||
|
||||
@@ -392,7 +392,7 @@ function clickHandler(menuItem) {
|
||||
function generateMenu(vm) {
|
||||
let menuOptions = {
|
||||
isMain: true,
|
||||
icon: "fa-user-cog",
|
||||
icon: "$ayiUserCog",
|
||||
title: "UserSettings",
|
||||
helpUrl: "form-home-user-settings",
|
||||
formData: {
|
||||
|
||||
@@ -402,7 +402,7 @@ async function clickHandler(menuItem) {
|
||||
function generateMenu(vm) {
|
||||
let menuOptions = {
|
||||
isMain: true,
|
||||
icon: "fa-bullhorn",
|
||||
icon: "$ayiBullhorn",
|
||||
title: "NotificationSettings",
|
||||
helpUrl: "form-ops-notification-settings",
|
||||
formData: {
|
||||
|
||||
@@ -185,7 +185,7 @@ export default {
|
||||
function generateMenu(vm) {
|
||||
let menuOptions = {
|
||||
isMain: true,
|
||||
icon: "fa-bullhorn",
|
||||
icon: "$ayiBullhorn",
|
||||
title: "NotifyQueue",
|
||||
helpUrl: "form-ops-notify-queue",
|
||||
formData: {
|
||||
|
||||
@@ -12,7 +12,7 @@ export default {
|
||||
beforeCreate() {
|
||||
window.$gz.eventBus.$emit("menu-change", {
|
||||
isMain: true,
|
||||
icon: "fa-child",
|
||||
icon: "$ayiChild",
|
||||
title: "CustomerServiceRequestList",
|
||||
helpUrl: "form-svc-csr-list"
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user