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

@@ -786,7 +786,7 @@ function initNavPanel() {
) {
sub.push({
title: "NotificationDeliveryLog",
icon: "$$ayiHistory",
icon: "$ayiHistory",
route: "/ops-notify-log",
key: key++
});
@@ -798,7 +798,7 @@ function initNavPanel() {
) {
sub.push({
title: "NotificationCustomerDeliveryLog",
icon: "$$ayiHistory",
icon: "$ayiHistory",
route: "/ops-customer-notify-log",
key: key++
});