mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-14 15:58:38 -05:00
Fixed sorting on job_hosts page.
This commit is contained in:
@@ -17,6 +17,7 @@ angular.module('JobEventsListDefinition', [])
|
||||
editTitle: 'Job Events',
|
||||
index: false,
|
||||
hover: true,
|
||||
"class": "condensed",
|
||||
hasChildren: true,
|
||||
filterBy: '{ show: true }',
|
||||
|
||||
|
||||
@@ -15,6 +15,7 @@ angular.module('JobHostDefinition', [])
|
||||
name: 'jobhosts',
|
||||
iterator: 'jobhost',
|
||||
editTitle: 'All summaries',
|
||||
"class": "table-condensed",
|
||||
index: true,
|
||||
hover: true,
|
||||
|
||||
@@ -40,13 +41,6 @@ angular.module('JobHostDefinition', [])
|
||||
},
|
||||
|
||||
fields: {
|
||||
job: {
|
||||
label: 'Job ID',
|
||||
ngClick: "showJob(jobhost.job)",
|
||||
columnShow: 'host_id !== null',
|
||||
key: true,
|
||||
desc: true
|
||||
},
|
||||
host: {
|
||||
label: 'Host',
|
||||
key: true,
|
||||
|
||||
Reference in New Issue
Block a user