Fixed schedules type value.

This commit is contained in:
Chris Houseknecht
2014-03-31 20:13:15 +00:00
parent 47218c17e4
commit 034a5c7044
2 changed files with 14 additions and 10 deletions
+4 -1
View File
@@ -42,8 +42,11 @@ angular.module('ScheduledJobsDefinition', [])
label: 'Type',
link: false,
columnClass: "col-md-2 hidden-sm hidden-xs",
sourceModel: 'unified_job_template',
sourceField: 'type',
ngBind: 'schedule.type_label',
searchable: false
searchable: false,
nosort: true
},
name: {
label: 'Name',