This commit is contained in:
@@ -180,10 +180,22 @@ export default {
|
||||
icon: "fa-splotch",
|
||||
title: this.$gzlocale.get("Widget"),
|
||||
contextMenuItems: [
|
||||
{ title: "DUPLICATE", icon: "clone", key: "duplicate" },
|
||||
{ title: "SAVE", icon: "save", key: "save" },
|
||||
{ title: "DELETE", icon: "trash-alt", key: "delete" },
|
||||
{ title: "HELP", key: "app:help:intro/#searching" }
|
||||
{
|
||||
title: this.$gzlocale.get("Duplicate"),
|
||||
icon: "clone",
|
||||
key: "duplicate"
|
||||
},
|
||||
{ title: this.$gzlocale.get("Save"), icon: "save", key: "save" },
|
||||
{
|
||||
title: this.$gzlocale.get("Delete"),
|
||||
icon: "trash-alt",
|
||||
key: "delete"
|
||||
},
|
||||
{
|
||||
title: this.$gzlocale.get("MenuHelp"),
|
||||
icon: "question-circle",
|
||||
key: "app:help:intro/#searching"
|
||||
}
|
||||
]
|
||||
});
|
||||
this.$gzevent.$on("menu-click", clickHandler);
|
||||
|
||||
Reference in New Issue
Block a user