diff --git a/ayanova/src/components/gz-data-table.vue b/ayanova/src/components/gz-data-table.vue
index fd5d176d..115287ca 100644
--- a/ayanova/src/components/gz-data-table.vue
+++ b/ayanova/src/components/gz-data-table.vue
@@ -114,9 +114,9 @@
$ayiSquare
far $ayiCheckSquare$ayiCheckSquare
- far $ayiMinus-square
+ $ayiMinus-square
@@ -201,9 +201,9 @@
>
$ayiSquare
far $ayiMinus-square$ayiMinus-square
- far $ayiCheckSquare
+ $ayiCheckSquare
@@ -288,9 +288,9 @@
>$ayiSquare
far $ayiCheckSquare$ayiCheckSquare
- far $ayiMinus-square
+ $ayiMinus-square
diff --git a/ayanova/src/plugins/vuetify.js b/ayanova/src/plugins/vuetify.js
index 17f96e52..07e73ab4 100644
--- a/ayanova/src/plugins/vuetify.js
+++ b/ayanova/src/plugins/vuetify.js
@@ -34,6 +34,8 @@ import {
faCheckCircle,
faCheckSquare,
faChevronDown,
+ faChevronLeft,
+ faChevronRight,
faChild,
faClock,
faClone,
@@ -65,6 +67,7 @@ import {
faFileCode,
faFileContract,
faFileCsv,
+ faFileDownload,
faFileExcel,
faFileImage,
faFileImport,
@@ -174,6 +177,8 @@ library.add(
faCheckCircle,
faCheckSquare,
faChevronDown,
+ faChevronLeft,
+ faChevronRight,
faChild,
faClock,
faClone,
@@ -205,6 +210,7 @@ library.add(
faFileCode,
faFileContract,
faFileCsv,
+ faFileDownload,
faFileExcel,
faFileImage,
faFileImport,
@@ -592,6 +598,12 @@ const CUSTOM_ICONS = {
icon: ["fas", "file-csv"]
}
},
+ ayiFileDownload: {
+ component: FontAwesomeIcon,
+ props: {
+ icon: ["fas", "file-download"]
+ }
+ },
ayiFileExcel: {
component: FontAwesomeIcon,
props: {
@@ -1110,6 +1122,18 @@ const CUSTOM_ICONS = {
icon: ["fas", "bars"]
}
},
+ prev: {
+ component: FontAwesomeIcon,
+ props: {
+ icon: ["fas", "chevron-left"]
+ }
+ },
+ next: {
+ component: FontAwesomeIcon,
+ props: {
+ icon: ["fas", "chevron-right"]
+ }
+ },
sort: {
component: FontAwesomeIcon,
props: {
diff --git a/ayanova/src/views/adm-translation.vue b/ayanova/src/views/adm-translation.vue
index e6d9ff4a..8e42db46 100644
--- a/ayanova/src/views/adm-translation.vue
+++ b/ayanova/src/views/adm-translation.vue
@@ -664,7 +664,7 @@ function generateMenu(vm) {
menuOptions.menuItems.push({
title: "Export",
- icon: "$ayiFile-download",
+ icon: "$ayiFileDownload",
href: href,
target: "_blank",
key: FORM_KEY + ":export",
diff --git a/ayanova/src/views/ay-history.vue b/ayanova/src/views/ay-history.vue
index 616b160c..9ead35ed 100644
--- a/ayanova/src/views/ay-history.vue
+++ b/ayanova/src/views/ay-history.vue
@@ -425,7 +425,7 @@ function populateEventTypeList(vm) {
},
6: {
name: vm.$ay.t("EventAttachmentDownload"),
- icon: "$ayiFile-download"
+ icon: "$ayiFileDownload"
},
7: {
name: vm.$ay.t("EventLicenseFetch"),
@@ -445,7 +445,7 @@ function populateEventTypeList(vm) {
13: { name: vm.$ay.t("EventResetSerial"), icon: "$ayiEgg" },
13: {
name: vm.$ay.t("EventUtilityFileDownload"),
- icon: "$ayiFile-download"
+ icon: "$ayiFileDownload"
}
};
}
diff --git a/ayanova/src/views/ay-report-edit.vue b/ayanova/src/views/ay-report-edit.vue
index 6691611f..cbd7eac0 100644
--- a/ayanova/src/views/ay-report-edit.vue
+++ b/ayanova/src/views/ay-report-edit.vue
@@ -1134,7 +1134,7 @@ function generateMenu(vm) {
menuOptions.menuItems.push({
title: "Export",
- icon: "$ayiFile-download",
+ icon: "$ayiFileDownload",
href: href,
target: "_blank",
key: FORM_KEY + ":export",
diff --git a/ayanova/src/views/ops-backup.vue b/ayanova/src/views/ops-backup.vue
index 2a405b1c..2fe387e5 100644
--- a/ayanova/src/views/ops-backup.vue
+++ b/ayanova/src/views/ops-backup.vue
@@ -79,7 +79,7 @@
- $ayiFile-download
+ $ayiFileDownload
- $ayiFile-download
+ $ayiFileDownload