mirror of
https://github.com/ansible/awx.git
synced 2026-03-26 13:25:02 -02:30
generalize secret textarea hint
This commit is contained in:
@@ -26,18 +26,19 @@ aim_inputs = {
|
||||
'type': 'string',
|
||||
'secret': True,
|
||||
'multiline': True,
|
||||
'format': 'ssh_private_key',
|
||||
}, {
|
||||
'id': 'client_cert',
|
||||
'label': _('Client Cert'),
|
||||
'label': _('Client Certificate'),
|
||||
'type': 'string',
|
||||
'secret': True,
|
||||
'multiline': True,
|
||||
'format': 'ssh_private_key',
|
||||
}, {
|
||||
'id': 'verify',
|
||||
'type': 'boolean',
|
||||
'default': True,
|
||||
'label': _('Verify'),
|
||||
'help_text': _('Verify SSL certificates for HTTPS requests'),
|
||||
'label': _('Verify SSL Certificates'),
|
||||
}],
|
||||
'metadata': [{
|
||||
'id': 'safe',
|
||||
|
||||
Reference in New Issue
Block a user