From 3d470f9decb596eb558d42fbd341edca020bf4b9 Mon Sep 17 00:00:00 2001 From: Lin Wang Date: Thu, 26 Sep 2024 14:12:17 +0800 Subject: [PATCH] Reduce machine learning table spacing Signed-off-by: Lin Wang --- public/components/monitoring/index.tsx | 39 +++++++++++++------------- 1 file changed, 20 insertions(+), 19 deletions(-) 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' && ( <> - +