This commit is contained in:
2020-10-05 23:13:42 +00:00
parent 6debf951e2
commit f896c6ef65
13 changed files with 78 additions and 40 deletions

View File

@@ -543,7 +543,7 @@ function clickHandler(menuItem) {
function generateMenu(vm) {
let menuOptions = {
isMain: true,
icon: "fa-ticket-alt",
icon: "$ayiTicket",
title: "HelpLicense",
helpUrl: "form-adm-license",
formData: {
@@ -564,7 +564,7 @@ function generateMenu(vm) {
//Trigger license check
menuOptions.menuItems.push({
title: "CheckForLicense",
icon: "fa-ticket-alt",
icon: "$ayiTicket",
key: FORM_KEY + ":fetch",
vm: vm
});