diff --git a/static/job.js b/static/job.js index 8cc8982..ccf6631 100755 --- a/static/job.js +++ b/static/job.js @@ -236,6 +236,8 @@ var statusFormatter = function (status) { return 'Stopped'; case 4: return 'Finished'; + case 5: + return 'Failed'; } return 'Unknown(' + status + ')'; };