mirror of
https://github.com/ansible/awx.git
synced 2026-03-04 10:11:05 -03:30
add job id to jobs list
This commit is contained in:
@@ -49,7 +49,9 @@ class JobListItem extends Component {
|
||||
<Link
|
||||
to={`/jobs/${JOB_TYPE_URL_SEGMENTS[job.type]}/${job.id}`}
|
||||
>
|
||||
<b>{job.name}</b>
|
||||
<b>
|
||||
{job.id} — {job.name}
|
||||
</b>
|
||||
</Link>
|
||||
</span>
|
||||
</DataListCell>,
|
||||
|
||||
Reference in New Issue
Block a user