mirror of
https://github.com/newnius/YAO-portal.git
synced 2025-12-13 00:56:44 +00:00
update
This commit is contained in:
@@ -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 + ')';
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user