Merge pull request #2694 from mabashian/2652-job-id

Display job id along with name in jobs list
This commit is contained in:
Jake McDermott 2018-07-26 18:49:05 -04:00 committed by GitHub
commit 93c18fb40a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>