mirror of
https://github.com/ansible/awx.git
synced 2026-01-15 03:40:42 -03:30
add job id to jobs list
This commit is contained in:
parent
a5d9bbb1e6
commit
8b23c6e19a
@ -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>,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user