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; -