This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user