This commit is contained in:
2022-03-09 00:43:33 +00:00
parent ba035c6889
commit a89a3b846a
5 changed files with 133 additions and 44 deletions

View File

@@ -780,6 +780,30 @@ function initNavPanel() {
});
}
if (
!licenseLockout &&
window.$gz.role.canOpen(window.$gz.type.OpsNotificationSettings)
) {
sub.push({
title: "NotificationDeliveryLog",
icon: "$$ayiHistory",
route: "/ops-notify-log",
key: key++
});
}
if (
!licenseLockout &&
window.$gz.role.canOpen(window.$gz.type.OpsNotificationSettings)
) {
sub.push({
title: "NotificationCustomerDeliveryLog",
icon: "$$ayiHistory",
route: "/ops-customer-notify-log",
key: key++
});
}
// OPS VIEW SERVER CONFIGURATION
if (window.$gz.role.canOpen(window.$gz.type.GlobalOps)) {
sub.push({

View File

@@ -168,6 +168,8 @@ export default {
"ServerProfiler",
"NotificationSettings",
"ViewServerConfiguration",
"NotificationCustomerDeliveryLog",
"NotificationDeliveryLog",
"HelpAboutAyaNova",
"MenuHelp",
"More",