From b69f0bccd57f78619f7db14246be104fbe3f65d7 Mon Sep 17 00:00:00 2001 From: "shiweisong.ssw" Date: Thu, 29 Jun 2023 17:39:20 +0800 Subject: [PATCH] feat: beautify tables --- datacenter/app/datastores/documents/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/datacenter/app/datastores/documents/page.tsx b/datacenter/app/datastores/documents/page.tsx index 19aa58fd0..5199fd48a 100644 --- a/datacenter/app/datastores/documents/page.tsx +++ b/datacenter/app/datastores/documents/page.tsx @@ -138,11 +138,12 @@ const Documents = () => { {documents.map((row: any) => ( {row.doc_name} - {row.doc_type} + {row.doc_type} {row.chunk_size} {moment(row.last_sync).format('YYYY-MM-DD HH:MM:SS')}