This commit is contained in:
2020-10-05 23:04:21 +00:00
parent 17652ec56d
commit 6debf951e2
12 changed files with 71 additions and 34 deletions

View File

@@ -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: {

View File

@@ -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"
});

View File

@@ -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: {

View File

@@ -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: [],

View File

@@ -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: {

View File

@@ -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: {

View File

@@ -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: {

View File

@@ -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"
});