Basic import seems to work
This commit is contained in:
parent
16519c5353
commit
d74806dde3
21 changed files with 555 additions and 749 deletions
|
@ -27,7 +27,8 @@ export function getImportTypes(t) {
|
|||
[RunStatus.SCHEDULED]: t('Starting'),
|
||||
[RunStatus.RUNNING]: t('Running'),
|
||||
[RunStatus.STOPPING]: t('Stopping'),
|
||||
[RunStatus.FINISHED]: t('Finished')
|
||||
[RunStatus.FINISHED]: t('Finished'),
|
||||
[RunStatus.FAILED]: t('Failed')
|
||||
};
|
||||
|
||||
const mappingTypeLabels = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue