diff --git a/datacenter/app/datastores/documents/chunklist/page.tsx b/datacenter/app/datastores/documents/chunklist/page.tsx index 0a3db6383..c0a0b3538 100644 --- a/datacenter/app/datastores/documents/chunklist/page.tsx +++ b/datacenter/app/datastores/documents/chunklist/page.tsx @@ -44,8 +44,8 @@ const ChunkList = () => { {chunkList.length ? ( <> ({ color: theme.vars.palette.text.secondary })) const stepsOfAddingDocument = [ - 'Choose a Datasource type', - 'Setup the Datasource' + '1.Choose a Datasource type', + '2.Setup the Datasource' ] const documentTypeList = [ { @@ -121,6 +121,7 @@ const Documents = () => { @@ -128,8 +129,8 @@ const Documents = () => { {documents.length ? ( <>
{
{row.doc_name} {row.doc_type} @@ -168,8 +169,8 @@ const Documents = () => { {moment(row.last_sync).format('YYYY-MM-DD HH:MM:SS')} {