mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-14 07:48:39 -05:00
AC-741 scm and machine type credentials now sharing ssh_key_unlock field in Credential form definition. Originally split because only machine should allow Ask option. Added new askShow option to form generator so that Ask checkbox gets an ng-show directive.
This commit is contained in:
@@ -373,9 +373,6 @@ function CredentialsEdit ($scope, $rootScope, $compile, $location, $log, $routeP
|
||||
scope['ssh_password'] = data.password;
|
||||
master['ssh_password'] = scope['ssh_password'];
|
||||
break;
|
||||
case 'scm':
|
||||
scope['scm_key_unlock'] = data['ssh_key_unlock'];
|
||||
break;
|
||||
case 'rax':
|
||||
scope['api_key'] = data['password'];
|
||||
master['api_key'] = scope['api_key'];
|
||||
|
||||
Reference in New Issue
Block a user