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