This commit is contained in:
2020-10-06 18:16:23 +00:00
parent 5064946736
commit 2a7db15d28
7 changed files with 36 additions and 12 deletions

View File

@@ -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",

View File

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

View File

@@ -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",

View File

@@ -79,7 +79,7 @@
<template v-slot:[`item.actions`]="{ item }">
<v-btn icon :href="item.url">
<v-icon small class="mr-2">
$ayiFile-download
$ayiFileDownload
</v-icon>
</v-btn>
</template></v-data-table

View File

@@ -19,7 +19,7 @@
<template v-slot:[`item.actions`]="{ item }">
<v-btn icon :href="item.url">
<v-icon small class="mr-2">
$ayiFile-download
$ayiFileDownload
</v-icon>
</v-btn>
</template></v-data-table