mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 19:10:07 -03:30
Display job id along with name in jobs list
This commit is contained in:
parent
7acfe414a6
commit
fa414d5569
@ -21,7 +21,7 @@
|
||||
<at-row-item
|
||||
status="{{ job.status }}"
|
||||
status-tip="Job {{job.status}}. Click for details."
|
||||
header-value="{{ job.name }}"
|
||||
header-value="{{ job.id }} - {{ job.name }}"
|
||||
header-state="{{ vm.getSref(job) }}"
|
||||
header-tag="{{ vm.jobTypes[job.type] }}">
|
||||
</at-row-item>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user