mirror of
https://github.com/ansible/awx.git
synced 2026-03-26 21:35:01 -02:30
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