feat(notification-outbox): add Notification Outbox UI page

This commit is contained in:
Joseph Doherty
2026-05-19 02:58:49 -04:00
parent afdf581e32
commit ad9872705d
3 changed files with 708 additions and 0 deletions

View File

@@ -79,6 +79,9 @@
<li class="nav-item">
<NavLink class="nav-link" href="/monitoring/parked-messages">Parked Messages</NavLink>
</li>
<li class="nav-item">
<NavLink class="nav-link" href="/monitoring/notification-outbox">Notification Outbox</NavLink>
</li>
</Authorized>
</AuthorizeView>