Skip to content

Commit 3aa3411

Browse files
committed
improve visual
1 parent dc26000 commit 3aa3411

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qiita_pet/templates/admin_processing_job.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272

7373
//row[8] is PBS/Torque/Slurm id
7474
out.push('<b class="' + statusToClass[status] + '">' + status + ' ' +
75-
row[0] + ' ' + '</b> <br/>' + row[10] + '</br>');
75+
row[0] + ' </b> [ ' + row[9] + ' ]</br>');
7676

7777
if (status === 'running' || status === 'queued') {
7878
// row[0] is qiita job-id

0 commit comments

Comments
 (0)