aboutsummaryrefslogtreecommitdiffstats
path: root/app/install/db/constants.json
diff options
context:
space:
mode:
Diffstat (limited to 'app/install/db/constants.json')
-rw-r--r--app/install/db/constants.json8
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",