|
|
|
|
|
|
|
|
return { |
|
|
return { |
|
|
queuing: { color: 'orange', text: t('datasetDocuments.list.status.queuing') }, // waiting |
|
|
queuing: { color: 'orange', text: t('datasetDocuments.list.status.queuing') }, // waiting |
|
|
indexing: { color: 'blue', text: t('datasetDocuments.list.status.indexing') }, // indexing splitting parsing cleaning |
|
|
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 |
|
|
error: { color: 'red', text: t('datasetDocuments.list.status.error') }, // error |
|
|
available: { color: 'green', text: t('datasetDocuments.list.status.available') }, // completed,archived = false,enabled = true |
|
|
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 |
|
|
enabled: { color: 'green', text: t('datasetDocuments.list.status.enabled') }, // completed,archived = false,enabled = true |