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