This commit is contained in:
2020-06-24 22:28:15 +00:00
parent 6bb3ac290c
commit 9aa60dae7a
21 changed files with 61 additions and 61 deletions

View File

@@ -70,7 +70,7 @@ function generateMenu(vm) {
let menuOptions = {
isMain: true,
icon: "fa-vial",
title: vm.$ay.t("WidgetList"),
title: "WidgetList",
helpUrl: "form-ay-data-list-view",
menuItems: [],
formData: {
@@ -80,7 +80,7 @@ function generateMenu(vm) {
if (vm.rights.change) {
menuOptions.menuItems.push({
title: vm.$ay.t("New"),
title: "New",
icon: "fa-plus",
surface: true,
key: FORM_KEY + ":new",
@@ -91,7 +91,7 @@ function generateMenu(vm) {
//STUB REPORTS
//Report not Print, print is a further option
menuOptions.menuItems.push({
title: vm.$ay.t("Report"),
title: "Report",
icon: "fa-file-alt",
key: FORM_KEY + ":report",
vm: vm