mirror of
https://github.com/ansible/awx.git
synced 2026-03-10 14:09:28 -02:30
add selected credential tray to input source lookup
This commit is contained in:
@@ -338,7 +338,7 @@ function AddEditCredentialsController (
|
||||
}
|
||||
};
|
||||
|
||||
vm.onInputSourceRowClick = ({ id, credential_type, name }) => {
|
||||
vm.onInputSourceItemSelect = ({ id, credential_type, name }) => {
|
||||
vm.inputSources.credentialId = id;
|
||||
vm.inputSources.credentialName = name;
|
||||
vm.inputSources.credentialTypeId = credential_type;
|
||||
|
||||
Reference in New Issue
Block a user