updates to scheduler

- form and perspective next scheduler runs are in single list form view for projects and job templates
- submit/cancel/x at top of form project panel work
This commit is contained in:
John Mitchell
2016-02-02 10:56:10 -05:00
parent 1b357d5a3e
commit 068b32b1b4
11 changed files with 579 additions and 92 deletions

View File

@@ -3,8 +3,9 @@ export default function($stateProvider){
this.$get = function(){
return {
addState: function(state) {
var route = state.route || state.url;
$stateProvider.state(state.name , {
url: state.route,
url: route,
controller: state.controller,
templateUrl: state.templateUrl,
resolve: state.resolve,