Scheduled dialog now uses Modal library. Turned on timezone and UTC date start. Made scheduledjobs.name clickable.

This commit is contained in:
Chris Houseknecht
2014-04-01 11:05:27 -04:00
parent 7d168e9fd1
commit a9e499c1af
5 changed files with 65 additions and 103 deletions

View File

@@ -52,6 +52,7 @@ angular.module('ScheduledJobsDefinition', [])
name: {
label: 'Name',
columnClass: "col-md-3 col-xs-5",
ngClick: "editSchedule(schedule.id)"
}
},