From aeb4c8c626d78fcc0d8a388e0c7d267a9ff57877 Mon Sep 17 00:00:00 2001 From: Newnius Date: Mon, 4 May 2020 14:13:46 +0800 Subject: [PATCH] update --- static/job.js | 2 ++ 1 file changed, 2 insertions(+) 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 + ')'; };