Basic import seems to work
This commit is contained in:
parent
16519c5353
commit
d74806dde3
21 changed files with 555 additions and 749 deletions
|
@ -36,7 +36,8 @@ const RunStatus = {
|
|||
SCHEDULED: 0,
|
||||
RUNNING: 1,
|
||||
STOPPING: 2,
|
||||
FINISHED: 3
|
||||
FINISHED: 3,
|
||||
FAILED: 4
|
||||
};
|
||||
|
||||
function prepInProgress(status) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue