This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user