We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 476ec39 commit 7b807b1Copy full SHA for 7b807b1
qiita_pet/templates/admin_processing_job.html
@@ -71,12 +71,12 @@
71
};
72
73
out.push('<b class="' + statusToClass[status] + '">' + status + ' ' +
74
- row[0] + ' </b> [ ' + row[9] + ' ]</br>');
+ row[0] + ' (' + row[8] + ') </b> [ ' + row[9] + ' ]</br>');
75
76
if (status === 'running' || status === 'queued') {
77
// row[0] is qiita job-id
78
// row[3] is status 'Step n of 6' and other messages
79
- out.push('[' + row[8] + ']</br> <i>' + row[3] + '</i>')
+ out.push('<i>' + row[3] + '</i>')
80
}
81
else {
82
// We write a callback attribute on the link to be able to display a
0 commit comments