From 17652ec56ddfac4aef48535833b8e97f667b5e4d Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Mon, 5 Oct 2020 22:13:18 +0000 Subject: [PATCH] --- ayanova/src/api/gzmenu.js | 10 +++---- ayanova/src/api/initialize.js | 10 +++---- .../src/components/extension-tags-control.vue | 2 +- ayanova/src/components/gzconfirm.vue | 2 +- ayanova/src/components/pick-list.vue | 2 +- ayanova/src/components/wiki-control.vue | 2 +- ayanova/src/plugins/vuetify.js | 30 +++++++++++++++++++ ayanova/src/views/adm-history.vue | 2 +- ayanova/src/views/adm-translation.vue | 2 +- ayanova/src/views/ay-about.vue | 2 +- ayanova/src/views/ay-history.vue | 2 +- ayanova/src/views/ay-log.vue | 2 +- ayanova/src/views/ay-review.vue | 2 +- ayanova/src/views/home-search.vue | 6 ++-- ayanova/src/views/ops-log.vue | 2 +- ayanova/src/views/ops-view-configuration.vue | 2 +- 16 files changed, 55 insertions(+), 25 deletions(-) diff --git a/ayanova/src/api/gzmenu.js b/ayanova/src/api/gzmenu.js index 2e8716b9..26a7f6d4 100644 --- a/ayanova/src/api/gzmenu.js +++ b/ayanova/src/api/gzmenu.js @@ -107,7 +107,7 @@ export default { vm.appBar.menuItems.push({ title: "Review", - icon: "fa-calendar-check", + icon: "$ayiCalendarCheck", key: "app:review", data: { ayaType: formAyaType, recordId: formRecordId } }); @@ -116,7 +116,7 @@ export default { //anything not would be the exception rather than the rule vm.appBar.menuItems.push({ title: "History", - icon: "fa-history", + icon: "$ayiHistory", key: "app:history", data: { ayaType: formAyaType, recordId: formRecordId } }); @@ -176,7 +176,7 @@ export default { //For all forms but not on the search form itself; if this is necessary for others then make a nosearch or something flag controlled by incoming ctx but if not then this should suffice vm.appBar.menuItems.push({ title: "Search", - icon: "fa-search", + icon: "$ayiSearch", key: "app:search", data: formAyaType }); @@ -185,7 +185,7 @@ export default { //HELP vm.appBar.menuItems.push({ title: "MenuHelp", - icon: "fa-question-circle", + icon: "$ayiQuestionCircle", key: "app:help", data: vm.appBar.helpUrl }); @@ -194,7 +194,7 @@ export default { if (!isCoreBizObject && ctx.helpUrl != "form-ay-about") { vm.appBar.menuItems.push({ title: "HelpAboutAyaNova", - icon: "fa-info-circle", + icon: "$ayiInfoCircle", key: "app:nav:abt", data: "ay-about" }); diff --git a/ayanova/src/api/initialize.js b/ayanova/src/api/initialize.js index cc2176b2..30faf1ba 100644 --- a/ayanova/src/api/initialize.js +++ b/ayanova/src/api/initialize.js @@ -168,7 +168,7 @@ function initNavPanel() { ) { sub.push({ title: "Search", - icon: "fa-search", + icon: "$ayiSearch", route: "/home-search", key: key++ }); @@ -177,7 +177,7 @@ function initNavPanel() { //HISTORY / MRU / ACTIVITY (personal) sub.push({ title: "History", - icon: "fa-history", + icon: "$ayiHistory", route: `/history/3/${window.$gz.store.state.userId}/true`, key: key++ }); @@ -663,7 +663,7 @@ function initNavPanel() { //EVENT LOG / HISTORY sub.push({ title: "History", - icon: "fa-history", + icon: "$ayiHistory", route: "/adm-history", key: key++ }); @@ -717,7 +717,7 @@ function initNavPanel() { // LOGS sub.push({ title: "ServerLog", - icon: "fa-history", + icon: "$ayiHistory", route: "/ops-log", key: key++ }); @@ -749,7 +749,7 @@ function initNavPanel() { // OPS VIEW SERVER CONFIGURATION sub.push({ title: "ViewServerConfiguration", - icon: "fa-info-circle", + icon: "$ayiInfoCircle", route: "/ops-view-configuration", key: key++ }); diff --git a/ayanova/src/components/extension-tags-control.vue b/ayanova/src/components/extension-tags-control.vue index 24bee854..85488cda 100644 --- a/ayanova/src/components/extension-tags-control.vue +++ b/ayanova/src/components/extension-tags-control.vue @@ -28,7 +28,7 @@ > - fa-question-circle + $ayiQuestionCircle fa-check-circle