Fixed sorting on job_hosts page.

This commit is contained in:
Chris Houseknecht
2014-04-05 20:42:07 -04:00
parent 29aa175a59
commit 26211dbcfb
3 changed files with 57 additions and 113 deletions
+1
View File
@@ -17,6 +17,7 @@ angular.module('JobEventsListDefinition', [])
editTitle: 'Job Events',
index: false,
hover: true,
"class": "condensed",
hasChildren: true,
filterBy: '{ show: true }',
+1 -7
View File
@@ -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,