From 64cc96253ff238cd5b5cc8d95b56a0ebb02df025 Mon Sep 17 00:00:00 2001 From: Joseph Doherty Date: Thu, 18 Jun 2026 19:56:47 -0400 Subject: [PATCH] refactor(centralui): NotificationReport adopts OffsetPager + DateTimeRangeFilter + tokenized backdrop (T35d) --- .../Notifications/NotificationReport.razor | 38 ++++++------------- 1 file changed, 11 insertions(+), 27 deletions(-) diff --git a/src/ZB.MOM.WW.ScadaBridge.CentralUI/Components/Pages/Notifications/NotificationReport.razor b/src/ZB.MOM.WW.ScadaBridge.CentralUI/Components/Pages/Notifications/NotificationReport.razor index 7e99e152..0f809f1f 100644 --- a/src/ZB.MOM.WW.ScadaBridge.CentralUI/Components/Pages/Notifications/NotificationReport.razor +++ b/src/ZB.MOM.WW.ScadaBridge.CentralUI/Components/Pages/Notifications/NotificationReport.razor @@ -72,16 +72,9 @@ data-test="notif-filter-node" @bind="_nodeFilter" /> -
- - -
-
- - -
+
- @if (_totalCount > _pageSize) - { -
- - Page @_pageNumber of @((_totalCount + _pageSize - 1) / _pageSize) ยท @_totalCount total - -
- - -
-
- } + } @@ -226,7 +211,7 @@ @if (_detailNotification != null) { var d = _detailNotification; -