|
@@ -57,7 +57,7 @@ export const useIndexStatus = () => {
|
|
|
return {
|
|
|
queuing: { color: 'orange', text: t('datasetDocuments.list.status.queuing') }, // waiting
|
|
|
indexing: { color: 'blue', text: t('datasetDocuments.list.status.indexing') }, // indexing splitting parsing cleaning
|
|
|
- paused: { color: 'orange', text: t('datasetDocuments.list.status.parsed') }, // paused
|
|
|
+ paused: { color: 'orange', text: t('datasetDocuments.list.status.paused') }, // paused
|
|
|
error: { color: 'red', text: t('datasetDocuments.list.status.error') }, // error
|
|
|
available: { color: 'green', text: t('datasetDocuments.list.status.available') }, // completed,archived = false,enabled = true
|
|
|
enabled: { color: 'green', text: t('datasetDocuments.list.status.enabled') }, // completed,archived = false,enabled = true
|