').addClass('highlight');
8 |
9 | const statusBadge = $('').html(`${job.status}`);
14 | row.append(statusBadge);
15 |
16 | const jobIdCell = $(' | ').text(job._id);
17 | row.append(jobIdCell);
18 |
19 | const resultCell = $(' | ');
20 | const configureBtn1 = $(' |