No longer create\/execute job when template is saved. Execute job from list view by clicking 'play' button. Prompts for missing credential and all required password.

This commit is contained in:
chouseknecht
2013-05-17 00:17:11 -04:00
parent ac172928f8
commit 66f93364b1
4 changed files with 121 additions and 41 deletions

View File

@@ -82,3 +82,28 @@ angular.module('JobTemplateHelper', [ 'RestServices', 'Utilities', 'CredentialFo
$('#password-modal').modal();
}
}]);