This commit is contained in:
@@ -297,14 +297,14 @@ function generateMenu(vm) {
|
||||
//Report not Print, print is a further option
|
||||
menuOptions.menuItems.push({
|
||||
title: "Report",
|
||||
icon: "fa-file-alt",
|
||||
icon: "$ayiFileAlt",
|
||||
key: FORM_KEY + ":report",
|
||||
vm: vm
|
||||
});
|
||||
|
||||
menuOptions.menuItems.push({
|
||||
title: "stub: Last report used",
|
||||
icon: "fa-file-alt",
|
||||
icon: "$ayiFileAlt",
|
||||
key: FORM_KEY + ":report:STUBlastusedreportid",
|
||||
vm: vm
|
||||
});
|
||||
|
||||
@@ -87,14 +87,14 @@ function generateMenu(vm) {
|
||||
// //Report not Print, print is a further option
|
||||
// menuOptions.menuItems.push({
|
||||
// title: "Report",
|
||||
// icon: "fa-file-alt",
|
||||
// icon: "$ayiFileAlt",
|
||||
// key: FORM_KEY + ":report",
|
||||
// vm: vm
|
||||
// });
|
||||
|
||||
// menuOptions.menuItems.push({
|
||||
// title: "stub: Last report used",
|
||||
// icon: "fa-file-alt",
|
||||
// icon: "$ayiFileAlt",
|
||||
// key: FORM_KEY + ":report:STUBlastusedreportid",
|
||||
// vm: vm
|
||||
// });
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
v-model="uploadFiles"
|
||||
:label="$ay.t('Import')"
|
||||
accept=".ayrt"
|
||||
prepend-icon="fa-file-upload"
|
||||
prepend-icon="$ayiFile-upload"
|
||||
multiple
|
||||
chips
|
||||
></v-file-input>
|
||||
@@ -135,14 +135,14 @@ function generateMenu(vm) {
|
||||
// //Report not Print, print is a further option
|
||||
// menuOptions.menuItems.push({
|
||||
// title: "Report",
|
||||
// icon: "fa-file-alt",
|
||||
// icon: "$ayiFileAlt",
|
||||
// key: FORM_KEY + ":report",
|
||||
// vm: vm
|
||||
// });
|
||||
|
||||
// menuOptions.menuItems.push({
|
||||
// title: "stub: Last report used",
|
||||
// icon: "fa-file-alt",
|
||||
// icon: "$ayiFileAlt",
|
||||
// key: FORM_KEY + ":report:STUBlastusedreportid",
|
||||
// vm: vm
|
||||
// });
|
||||
|
||||
@@ -622,7 +622,7 @@ function generateMenu(vm) {
|
||||
//Report not Print, print is a further option
|
||||
menuOptions.menuItems.push({
|
||||
title: "Report",
|
||||
icon: "fa-file-alt",
|
||||
icon: "$ayiFileAlt",
|
||||
key: FORM_KEY + ":report",
|
||||
vm: vm
|
||||
});
|
||||
@@ -632,7 +632,7 @@ function generateMenu(vm) {
|
||||
if (lastReport != null) {
|
||||
menuOptions.menuItems.push({
|
||||
title: lastReport.name,
|
||||
icon: "fa-file-alt",
|
||||
icon: "$ayiFileAlt",
|
||||
key: FORM_KEY + ":report:" + lastReport.id,
|
||||
vm: vm
|
||||
});
|
||||
@@ -664,7 +664,7 @@ function generateMenu(vm) {
|
||||
|
||||
menuOptions.menuItems.push({
|
||||
title: "Export",
|
||||
icon: "fa-file-download",
|
||||
icon: "$ayiFile-download",
|
||||
href: href,
|
||||
target: "_blank",
|
||||
key: FORM_KEY + ":export",
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
v-model="uploadFiles"
|
||||
:label="$ay.t('Import')"
|
||||
accept="application/json"
|
||||
prepend-icon="fa-file-upload"
|
||||
prepend-icon="$ayiFile-upload"
|
||||
multiple
|
||||
chips
|
||||
></v-file-input>
|
||||
@@ -135,14 +135,14 @@ function generateMenu(vm) {
|
||||
// //Report not Print, print is a further option
|
||||
// menuOptions.menuItems.push({
|
||||
// title: "Report",
|
||||
// icon: "fa-file-alt",
|
||||
// icon: "$ayiFileAlt",
|
||||
// key: FORM_KEY + ":report",
|
||||
// vm: vm
|
||||
// });
|
||||
|
||||
// menuOptions.menuItems.push({
|
||||
// title: "stub: Last report used",
|
||||
// icon: "fa-file-alt",
|
||||
// icon: "$ayiFileAlt",
|
||||
// key: FORM_KEY + ":report:STUBlastusedreportid",
|
||||
// vm: vm
|
||||
// });
|
||||
|
||||
@@ -695,7 +695,7 @@ function generateMenu(vm) {
|
||||
//Report not Print, print is a further option
|
||||
menuOptions.menuItems.push({
|
||||
title: "Report",
|
||||
icon: "fa-file-alt",
|
||||
icon: "$ayiFileAlt",
|
||||
key: FORM_KEY + ":report",
|
||||
vm: vm
|
||||
});
|
||||
@@ -705,7 +705,7 @@ function generateMenu(vm) {
|
||||
if (lastReport != null) {
|
||||
menuOptions.menuItems.push({
|
||||
title: lastReport.name,
|
||||
icon: "fa-file-alt",
|
||||
icon: "$ayiFileAlt",
|
||||
key: FORM_KEY + ":report:" + lastReport.id,
|
||||
vm: vm
|
||||
});
|
||||
|
||||
@@ -228,14 +228,14 @@ function generateMenu(vm) {
|
||||
//Report not Print, print is a further option
|
||||
menuOptions.menuItems.push({
|
||||
title: "Report",
|
||||
icon: "fa-file-alt",
|
||||
icon: "$ayiFileAlt",
|
||||
key: FORM_KEY + ":report",
|
||||
vm: vm
|
||||
});
|
||||
|
||||
menuOptions.menuItems.push({
|
||||
title: "stub: Last report used",
|
||||
icon: "fa-file-alt",
|
||||
icon: "$ayiFileAlt",
|
||||
key: FORM_KEY + ":report:STUBlastusedreportid",
|
||||
vm: vm
|
||||
});
|
||||
|
||||
@@ -425,7 +425,7 @@ function populateEventTypeList(vm) {
|
||||
},
|
||||
6: {
|
||||
name: vm.$ay.t("EventAttachmentDownload"),
|
||||
icon: "fa-file-download"
|
||||
icon: "$ayiFile-download"
|
||||
},
|
||||
7: {
|
||||
name: vm.$ay.t("EventLicenseFetch"),
|
||||
@@ -445,7 +445,7 @@ function populateEventTypeList(vm) {
|
||||
13: { name: vm.$ay.t("EventResetSerial"), icon: "fa-egg" },
|
||||
13: {
|
||||
name: vm.$ay.t("EventUtilityFileDownload"),
|
||||
icon: "fa-file-download"
|
||||
icon: "$ayiFile-download"
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
@@ -1092,7 +1092,7 @@ function generateMenu(vm) {
|
||||
// //Report not Print, print is a further option
|
||||
// menuOptions.menuItems.push({
|
||||
// title: "Report",
|
||||
// icon: "fa-file-alt",
|
||||
// icon: "$ayiFileAlt",
|
||||
// key: FORM_KEY + ":report",
|
||||
// vm: vm
|
||||
// });
|
||||
@@ -1102,7 +1102,7 @@ function generateMenu(vm) {
|
||||
// if (lastReport != null) {
|
||||
// menuOptions.menuItems.push({
|
||||
// title: lastReport.name,
|
||||
// icon: "fa-file-alt",
|
||||
// icon: "$ayiFileAlt",
|
||||
// key: FORM_KEY + ":report:" + lastReport.id,
|
||||
// vm: vm
|
||||
// });
|
||||
@@ -1134,7 +1134,7 @@ function generateMenu(vm) {
|
||||
|
||||
menuOptions.menuItems.push({
|
||||
title: "Export",
|
||||
icon: "fa-file-download",
|
||||
icon: "$ayiFile-download",
|
||||
href: href,
|
||||
target: "_blank",
|
||||
key: FORM_KEY + ":export",
|
||||
|
||||
@@ -699,7 +699,7 @@ function generateMenu(vm) {
|
||||
//Report not Print, print is a further option
|
||||
menuOptions.menuItems.push({
|
||||
title: "Report",
|
||||
icon: "fa-file-alt",
|
||||
icon: "$ayiFileAlt",
|
||||
key: FORM_KEY + ":report",
|
||||
vm: vm
|
||||
});
|
||||
@@ -709,7 +709,7 @@ function generateMenu(vm) {
|
||||
if (lastReport != null) {
|
||||
menuOptions.menuItems.push({
|
||||
title: lastReport.name,
|
||||
icon: "fa-file-alt",
|
||||
icon: "$ayiFileAlt",
|
||||
key: FORM_KEY + ":report:" + lastReport.id,
|
||||
vm: vm
|
||||
});
|
||||
|
||||
@@ -217,14 +217,14 @@ function generateMenu(vm) {
|
||||
//Report not Print, print is a further option
|
||||
menuOptions.menuItems.push({
|
||||
title: "Report",
|
||||
icon: "fa-file-alt",
|
||||
icon: "$ayiFileAlt",
|
||||
key: FORM_KEY + ":report",
|
||||
vm: vm
|
||||
});
|
||||
|
||||
menuOptions.menuItems.push({
|
||||
title: "stub: Last report used",
|
||||
icon: "fa-file-alt",
|
||||
icon: "$ayiFileAlt",
|
||||
key: FORM_KEY + ":report:STUBlastusedreportid",
|
||||
vm: vm
|
||||
});
|
||||
|
||||
@@ -278,14 +278,14 @@ function generateMenu(vm) {
|
||||
// //Report not Print, print is a further option
|
||||
// menuOptions.menuItems.push({
|
||||
// title: "Report",
|
||||
// icon: "fa-file-alt",
|
||||
// icon: "$ayiFileAlt",
|
||||
// key: FORM_KEY + ":report",
|
||||
// vm: vm
|
||||
// });
|
||||
|
||||
// menuOptions.menuItems.push({
|
||||
// title: "stub: Last report used",
|
||||
// icon: "fa-file-alt",
|
||||
// icon: "$ayiFileAlt",
|
||||
// key: FORM_KEY + ":report:STUBlastusedreportid",
|
||||
// vm: vm
|
||||
// });
|
||||
|
||||
@@ -675,7 +675,7 @@ function generateMenu(vm) {
|
||||
// //Report not Print, print is a further option
|
||||
// menuOptions.menuItems.push({
|
||||
// title: "Report",
|
||||
// icon: "fa-file-alt",
|
||||
// icon: "$ayiFileAlt",
|
||||
// key: FORM_KEY + ":report",
|
||||
// vm: vm
|
||||
// });
|
||||
@@ -685,7 +685,7 @@ function generateMenu(vm) {
|
||||
// if (lastReport != null) {
|
||||
// menuOptions.menuItems.push({
|
||||
// title: lastReport.name,
|
||||
// icon: "fa-file-alt",
|
||||
// icon: "$ayiFileAlt",
|
||||
// key: FORM_KEY + ":report:" + lastReport.id,
|
||||
// vm: vm
|
||||
// });
|
||||
|
||||
@@ -181,14 +181,14 @@ function generateMenu(vm) {
|
||||
// //Report not Print, print is a further option
|
||||
// menuOptions.menuItems.push({
|
||||
// title: "Report",
|
||||
// icon: "fa-file-alt",
|
||||
// icon: "$ayiFileAlt",
|
||||
// key: FORM_KEY + ":report",
|
||||
// vm: vm
|
||||
// });
|
||||
|
||||
// menuOptions.menuItems.push({
|
||||
// title: "stub: Last report used",
|
||||
// icon: "fa-file-alt",
|
||||
// icon: "$ayiFileAlt",
|
||||
// key: FORM_KEY + ":report:STUBlastusedreportid",
|
||||
// vm: vm
|
||||
// });
|
||||
|
||||
@@ -79,7 +79,7 @@
|
||||
<template v-slot:[`item.actions`]="{ item }">
|
||||
<v-btn icon :href="item.url">
|
||||
<v-icon small class="mr-2">
|
||||
fa-file-download
|
||||
$ayiFile-download
|
||||
</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">
|
||||
fa-file-download
|
||||
$ayiFile-download
|
||||
</v-icon>
|
||||
</v-btn>
|
||||
</template></v-data-table
|
||||
|
||||
@@ -708,7 +708,7 @@ function generateMenu(vm) {
|
||||
//Report not Print, print is a further option
|
||||
menuOptions.menuItems.push({
|
||||
title: "Report",
|
||||
icon: "fa-file-alt",
|
||||
icon: "$ayiFileAlt",
|
||||
key: FORM_KEY + ":report",
|
||||
vm: vm
|
||||
});
|
||||
@@ -718,7 +718,7 @@ function generateMenu(vm) {
|
||||
if (lastReport != null) {
|
||||
menuOptions.menuItems.push({
|
||||
title: lastReport.name,
|
||||
icon: "fa-file-alt",
|
||||
icon: "$ayiFileAlt",
|
||||
key: FORM_KEY + ":report:" + lastReport.id,
|
||||
vm: vm
|
||||
});
|
||||
|
||||
@@ -136,7 +136,7 @@ function generateMenu(vm) {
|
||||
//Report not Print, print is a further option
|
||||
menuOptions.menuItems.push({
|
||||
title: "Report",
|
||||
icon: "fa-file-alt",
|
||||
icon: "$ayiFileAlt",
|
||||
key: FORM_KEY + ":report",
|
||||
vm: vm
|
||||
});
|
||||
@@ -146,7 +146,7 @@ function generateMenu(vm) {
|
||||
if (lastReport != null) {
|
||||
menuOptions.menuItems.push({
|
||||
title: lastReport.name,
|
||||
icon: "fa-file-alt",
|
||||
icon: "$ayiFileAlt",
|
||||
key: FORM_KEY + ":report:" + lastReport.id,
|
||||
vm: vm
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user