This commit is contained in:
2019-04-17 22:36:33 +00:00
parent bc5f37ccf8
commit 3610c44ad7
3 changed files with 10 additions and 5 deletions

View File

@@ -181,20 +181,22 @@ export default {
title: this.$gzlocale.get("Widget"),
helpUrl: "intro/#searching",
menuItems: [
{
title: this.$gzlocale.get("Duplicate"),
icon: "clone",
key: "duplicate"
},
{
title: this.$gzlocale.get("Save"),
icon: "save",
surface: true,
key: "save"
},
{
title: this.$gzlocale.get("Delete"),
icon: "trash-alt",
key: "delete"
},
{ divider: true, inset: false },
{
title: this.$gzlocale.get("Duplicate"),
icon: "clone",
key: "duplicate"
}
]
});
@@ -275,6 +277,7 @@ export default {
stubTestClick() {
this.$gzevent.$emit("menu-replace-item", {
title: this.$gzlocale.get("Save"),
surface: true,
icon: "save",
color: "error",
disabled: true,