mirror of
https://github.com/ansible/awx.git
synced 2026-01-23 15:38:06 -03:30
Only show login method for machine credentials.
This commit is contained in:
parent
0b43ec7ec5
commit
6fd86b881f
@ -312,6 +312,7 @@ angular.module('CredentialFormDefinition', [])
|
||||
"login_method": {
|
||||
label: "Login Method", // FIXME: Confirm this label is ok?
|
||||
type: 'radio_group',
|
||||
ngShow: "kind.value == 'ssh'",
|
||||
ngChange: "loginMethodChange()",
|
||||
options: [{
|
||||
label: 'None', // FIXME: Maybe 'Default' or 'SSH only' instead?
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user