mirror of
https://github.com/ansible/awx.git
synced 2026-04-09 03:59:21 -02:30
Merge pull request #2694 from mabashian/2652-job-id
Display job id along with name in jobs list
This commit is contained in:
@@ -21,7 +21,7 @@
|
|||||||
<at-row-item
|
<at-row-item
|
||||||
status="{{ job.status }}"
|
status="{{ job.status }}"
|
||||||
status-tip="Job {{job.status}}. Click for details."
|
status-tip="Job {{job.status}}. Click for details."
|
||||||
header-value="{{ job.name }}"
|
header-value="{{ job.id }} - {{ job.name }}"
|
||||||
header-state="{{ vm.getSref(job) }}"
|
header-state="{{ vm.getSref(job) }}"
|
||||||
header-tag="{{ vm.jobTypes[job.type] }}">
|
header-tag="{{ vm.jobTypes[job.type] }}">
|
||||||
</at-row-item>
|
</at-row-item>
|
||||||
|
|||||||
Reference in New Issue
Block a user