This commit is contained in:
@@ -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({
|
||||
|
||||
@@ -168,6 +168,8 @@ export default {
|
||||
"ServerProfiler",
|
||||
"NotificationSettings",
|
||||
"ViewServerConfiguration",
|
||||
"NotificationCustomerDeliveryLog",
|
||||
"NotificationDeliveryLog",
|
||||
"HelpAboutAyaNova",
|
||||
"MenuHelp",
|
||||
"More",
|
||||
|
||||
Reference in New Issue
Block a user