From 1070e550b8fdd6a8fe8b1df6be4b490ba997aa46 Mon Sep 17 00:00:00 2001 From: "shiweisong.ssw" Date: Fri, 30 Jun 2023 16:50:51 +0800 Subject: [PATCH 1/2] feat: change the text --- datacenter/app/datastores/documents/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datacenter/app/datastores/documents/page.tsx b/datacenter/app/datastores/documents/page.tsx index 1c1bcf0cc..a56c2dbbf 100644 --- a/datacenter/app/datastores/documents/page.tsx +++ b/datacenter/app/datastores/documents/page.tsx @@ -275,7 +275,7 @@ const Documents = () => { ) }} > - Detail of Chunks + Details } From e6ca22728c8709adde7e6ccfecf7c552c4c205af Mon Sep 17 00:00:00 2001 From: "shiweisong.ssw" Date: Fri, 30 Jun 2023 17:06:46 +0800 Subject: [PATCH 2/2] feat: add icon to synch button --- 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 a56c2dbbf..5372f8d8a 100644 --- a/datacenter/app/datastores/documents/page.tsx +++ b/datacenter/app/datastores/documents/page.tsx @@ -22,6 +22,7 @@ import { import moment from 'moment' import { InboxOutlined } from '@ant-design/icons' import CheckCircleOutlinedIcon from '@mui/icons-material/CheckCircleOutlined'; +import CachedIcon from '@mui/icons-material/Cached'; import type { UploadProps } from 'antd' import { Upload, Pagination, Popover, message } from 'antd' import { fetchBaseURL } from '@/app/datastores/constants' @@ -264,7 +265,7 @@ const Documents = () => { } }} > - Synch + Synch