1
0
mirror of https://github.com/newnius/YAO-portal.git synced 2025-06-06 07:11:54 +00:00
This commit is contained in:
Newnius 2020-05-04 14:13:46 +08:00
parent d3bdfd4dc9
commit aeb4c8c626

View File

@ -236,6 +236,8 @@ var statusFormatter = function (status) {
return '<span class="text-danger">Stopped</span>';
case 4:
return '<span class="text-success">Finished</span>';
case 5:
return '<span class="text-success">Failed</span>';
}
return 'Unknown(' + status + ')';
};