diff options
Diffstat (limited to 'app/install/db')
-rw-r--r-- | app/install/db/constants.json | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/app/install/db/constants.json b/app/install/db/constants.json index e456873..7a5b795 100644 --- a/app/install/db/constants.json +++ b/app/install/db/constants.json @@ -402,10 +402,14 @@ { "value" : "running", "label" : "Running" - }, + }, { - "value" : "completed", + "value" : "completed", "label" : "Completed" + }, + { + "value" : "completed_with_errors", + "label" : "Completed with errors" }, { "value" : "failed", |