This commit is contained in:
2020-10-06 17:34:47 +00:00
parent d9a7debf83
commit 7c5da9ff85
3 changed files with 18 additions and 2 deletions

View File

@@ -673,7 +673,7 @@ async function clickHandler(menuItem) {
function generateMenu(vm) {
let menuOptions = {
isMain: false,
icon: "fa-splotch",
icon: "$ayiSplotch",
title: "Widget",
helpUrl: "form-widget",
formData: {

View File

@@ -154,7 +154,7 @@ function generateMenu(vm) {
menuOptions.menuItems.push({
title: "Extensions",
icon: "fa-puzzle-piece",
icon: "$ayiPuzzlePiece",
key: FORM_KEY + ":extensions",
vm: vm
});