This commit is contained in:
@@ -76,7 +76,7 @@ function clickHandler(menuItem) {
|
||||
function generateMenu(vm) {
|
||||
let menuOptions = {
|
||||
isMain: true,
|
||||
icon: "fa-history",
|
||||
icon: "$ayiHistory",
|
||||
title: "History",
|
||||
helpUrl: "form-adm-history",
|
||||
hideSearch: true,
|
||||
|
||||
@@ -93,7 +93,7 @@
|
||||
<v-card-title>
|
||||
<v-text-field
|
||||
v-model="search"
|
||||
append-icon="fa-search"
|
||||
append-icon="$ayiSearch"
|
||||
:label="$ay.t('Search')"
|
||||
single-line
|
||||
hide-details
|
||||
|
||||
@@ -191,7 +191,7 @@ export default {
|
||||
function generateMenu(vm) {
|
||||
let menuOptions = {
|
||||
isMain: false,
|
||||
icon: "fa-info-circle",
|
||||
icon: "$ayiInfoCircle",
|
||||
title: "HelpAboutAyaNova",
|
||||
helpUrl: "form-ay-about",
|
||||
menuItems: [
|
||||
|
||||
@@ -359,7 +359,7 @@ function clickHandler(menuItem) {
|
||||
function generateMenu(vm) {
|
||||
let menuOptions = {
|
||||
isMain: false,
|
||||
icon: "fa-history",
|
||||
icon: "$ayiHistory",
|
||||
title: "History",
|
||||
helpUrl: "form-ay-history",
|
||||
menuItems: []
|
||||
|
||||
@@ -14,7 +14,7 @@ export default {
|
||||
let vm = this;
|
||||
window.$gz.eventBus.$emit("menu-change", {
|
||||
isMain: false,
|
||||
icon: "fa-info-circle",
|
||||
icon: "$ayiInfoCircle",
|
||||
title: "Log",
|
||||
helpUrl: "form-ay-log",
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ export default {
|
||||
beforeCreate() {
|
||||
window.$gz.eventBus.$emit("menu-change", {
|
||||
isMain: true,
|
||||
icon: "fa-calendar-check",
|
||||
icon: "$ayiCalendarCheck",
|
||||
title: "Review",
|
||||
helpUrl: "form-ay-review"
|
||||
});
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
<v-col cols="12" sm="4" lg="4" xl="3">
|
||||
<v-btn color="primary" v-on:click="getDataFromApi()" value="SEARCH">
|
||||
<v-icon :data-cy="!!$ay.dev ? 'btnsearch' : false"
|
||||
>fa-search</v-icon
|
||||
>$ayiSearch</v-icon
|
||||
>
|
||||
</v-btn>
|
||||
</v-col>
|
||||
@@ -67,7 +67,7 @@
|
||||
:data-cy="
|
||||
!!$ay.dev ? 'btnexcerpt' + item.index : false
|
||||
"
|
||||
>fa-info-circle</v-icon
|
||||
>$ayiInfoCircle</v-icon
|
||||
>
|
||||
</v-btn>
|
||||
</v-list-item-action>
|
||||
@@ -329,7 +329,7 @@ function clickHandler(menuItem) {
|
||||
function generateMenu(vm) {
|
||||
let menuOptions = {
|
||||
isMain: true,
|
||||
icon: "fa-search",
|
||||
icon: "$ayiSearch",
|
||||
title: "Search",
|
||||
helpUrl: "form-home-search",
|
||||
hideSearch: true,
|
||||
|
||||
@@ -145,7 +145,7 @@ export default {
|
||||
function generateMenu(vm) {
|
||||
let menuOptions = {
|
||||
isMain: true,
|
||||
icon: "fa-history",
|
||||
icon: "$ayiHistory",
|
||||
title: "ServerLog",
|
||||
helpUrl: "form-ops-log",
|
||||
formData: {
|
||||
|
||||
@@ -179,7 +179,7 @@ export default {
|
||||
function generateMenu(vm) {
|
||||
let menuOptions = {
|
||||
isMain: true,
|
||||
icon: "fa-info-circle",
|
||||
icon: "$ayiInfoCircle",
|
||||
title: "ViewServerConfiguration",
|
||||
helpUrl: "ops-config-environment-variables",
|
||||
menuItems: []
|
||||
|
||||
Reference in New Issue
Block a user