This commit is contained in:
@@ -421,7 +421,7 @@ function generateMenu(vm) {
|
||||
if (vm.rights.delete) {
|
||||
menuOptions.menuItems.push({
|
||||
title: "ResetToDefault",
|
||||
icon: "fa-undo",
|
||||
icon: "$ayiUndo",
|
||||
surface: false,
|
||||
key: FORM_KEY + ":delete",
|
||||
vm: vm
|
||||
|
||||
@@ -572,7 +572,7 @@ function generateMenu(vm) {
|
||||
//erase database
|
||||
menuOptions.menuItems.push({
|
||||
title: "AdminEraseDatabase",
|
||||
icon: "fa-skull-crossbones",
|
||||
icon: "$ayiSkullCrossbones",
|
||||
key: FORM_KEY + ":erase",
|
||||
vm: vm
|
||||
});
|
||||
|
||||
@@ -122,7 +122,7 @@ function clickHandler(menuItem) {
|
||||
function generateMenu(vm) {
|
||||
let menuOptions = {
|
||||
isMain: true,
|
||||
icon: "fa-drafting-compass",
|
||||
icon: "$ayiDraftingCompass",
|
||||
title: "ReportList",
|
||||
helpUrl: "form-adm-report-templates",
|
||||
menuItems: [],
|
||||
|
||||
@@ -209,7 +209,7 @@ function generateMenu(vm) {
|
||||
},
|
||||
{
|
||||
title: "HelpTechSupport",
|
||||
icon: "fa-life-ring",
|
||||
icon: "$ayiLifeRing",
|
||||
href: window.$gz.menu.contactSupportUrl(),
|
||||
target: "_blank",
|
||||
key: "about:contact"
|
||||
|
||||
@@ -78,14 +78,14 @@
|
||||
<template v-if="item.isSortable">
|
||||
<div @click="toggleSort(item)" class="pt-6">
|
||||
<v-btn x-large v-if="item.sort == null" icon>
|
||||
<v-icon x-large>fa-sort</v-icon></v-btn
|
||||
<v-icon x-large>$ayiSort</v-icon></v-btn
|
||||
>
|
||||
<v-btn
|
||||
v-if="item.sort != null && item.sort == '-'"
|
||||
icon
|
||||
x-large
|
||||
><v-icon color="primary" x-large
|
||||
>fa-sort-amount-down</v-icon
|
||||
>$ayiSortAmountDown</v-icon
|
||||
></v-btn
|
||||
>
|
||||
<v-btn
|
||||
@@ -93,7 +93,7 @@
|
||||
icon
|
||||
x-large
|
||||
><v-icon color="primary" x-large
|
||||
>fa-sort-amount-up</v-icon
|
||||
>$ayiSortAmountUp</v-icon
|
||||
></v-btn
|
||||
>
|
||||
<label class="v-label theme--light"
|
||||
|
||||
@@ -1049,7 +1049,7 @@ async function clickHandler(menuItem) {
|
||||
function generateMenu(vm) {
|
||||
let menuOptions = {
|
||||
isMain: false,
|
||||
icon: "fa-drafting-compass",
|
||||
icon: "$ayiDraftingCompass",
|
||||
title: "ReportDesignReport",
|
||||
helpUrl: "form-ay-report-edit",
|
||||
formData: {
|
||||
|
||||
Reference in New Issue
Block a user