AC-537 Some UI field/name changes for cloud credentials.

This commit is contained in:
Chris Church
2013-10-29 15:34:21 -04:00
parent f946026ca7
commit d668991899
9 changed files with 91 additions and 26 deletions

View File

@@ -462,6 +462,14 @@ function JobTemplatesEdit ($scope, $rootScope, $compile, $location, $log, $route
field: 'credential'
});
LookUpInit({
scope: scope,
form: form,
current_item: data.cloud_credential,
list: CredentialList,
field: 'cloud_credential'
});
LookUpInit({
scope: scope,
form: form,

View File

@@ -390,6 +390,14 @@ function JobsEdit ($scope, $rootScope, $compile, $location, $log, $routeParams,
field: 'credential'
});
LookUpInit({
scope: scope,
form: form,
current_item: data.cloud_credential,
list: CredentialList,
field: 'cloud_credential'
});
LookUpInit({
scope: scope,
form: form,