This commit is contained in:
2022-03-09 00:48:50 +00:00
parent a89a3b846a
commit c994cbd0de
3 changed files with 89 additions and 9 deletions

View File

@@ -72,13 +72,10 @@ async function clickHandler(menuItem) {
function generateMenu() {
const menuOptions = {
isMain: true,
icon: "$ayiProjectDiagram",
title: "ProjectList",
helpUrl: "svc-projects",
menuItems: [],
formData: {
ayaType: window.$gz.type.Project
}
icon: "$ayiHistory",
title: "NotificationDeliveryLog",
helpUrl: "ops-notify-log",
menuItems: []
};
window.$gz.eventBus.$emit("menu-change", menuOptions);