mirror of
https://github.com/ansible/awx.git
synced 2026-05-20 15:27:47 -02:30
Jobs page
Changed Job ID label to ID.
This commit is contained in:
@@ -21,7 +21,7 @@ angular.module('CompletedJobsDefinition', [])
|
||||
|
||||
fields: {
|
||||
id: {
|
||||
label: 'Job ID',
|
||||
label: 'ID',
|
||||
ngClick:"viewJobLog(completed_job.id)",
|
||||
searchType: 'int',
|
||||
columnClass: 'col-md-1 col-sm-2 col-xs-2',
|
||||
|
||||
@@ -23,7 +23,7 @@ angular.module('JobsListDefinition', [])
|
||||
|
||||
fields: {
|
||||
id: {
|
||||
label: 'Job ID',
|
||||
label: 'ID',
|
||||
key: true,
|
||||
desc: true,
|
||||
searchType: 'int'
|
||||
|
||||
@@ -21,7 +21,7 @@ angular.module('QueuedJobsDefinition', [])
|
||||
|
||||
fields: {
|
||||
id: {
|
||||
label: 'Job ID',
|
||||
label: 'ID',
|
||||
ngClick:"viewJobLog(queued_job.id)",
|
||||
key: true,
|
||||
desc: true,
|
||||
|
||||
@@ -21,7 +21,7 @@ angular.module('RunningJobsDefinition', [])
|
||||
|
||||
fields: {
|
||||
id: {
|
||||
label: 'Job ID',
|
||||
label: 'ID',
|
||||
ngClick:"viewJobLog(running_job.id)",
|
||||
key: true,
|
||||
desc: true,
|
||||
|
||||
Reference in New Issue
Block a user