diff --git a/datacenter/app/datastores/constants.tsx b/datacenter/app/datastores/constants.tsx index 427f053b4..ffacee373 100644 --- a/datacenter/app/datastores/constants.tsx +++ b/datacenter/app/datastores/constants.tsx @@ -1 +1 @@ -export const fetchBaseURL = 'http://30.183.153.109:5000'; +export const fetchBaseURL = 'http://30.183.154.76:5000'; 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 ? ( <>
Size | Last Synch | Status | +Result | Operation | @@ -156,11 +158,7 @@ const Documents = () => {|
---|---|---|---|---|---|
{row.doc_name} |
- |
@@ -168,8 +166,8 @@ const Documents = () => {
{moment(row.last_sync).format('YYYY-MM-DD HH:MM:SS')} |
|
+
+ {(function () {
+ if (row.status === 'TODO' || row.status === 'RUNNING') {
+ return ''
+ } else if (row.status === 'FINISHED') {
+ return (
+ |
{ <> |