diff --git a/public/components/monitoring/index.tsx b/public/components/monitoring/index.tsx index ca28790b..798ab021 100644 --- a/public/components/monitoring/index.tsx +++ b/public/components/monitoring/index.tsx @@ -104,28 +104,29 @@ export const Monitoring = (props: MonitoringProps) => { /> {!useNewPageHeader && ( - -

- - ({pagination?.totalRecords ?? 0}) - - ) : undefined, - }} - /> -

-
+ <> + +

+ + ({pagination?.totalRecords ?? 0}) + + ) : undefined, + }} + /> +

+
+ + )} - - {pageStatus !== 'empty' && ( <> - +