mirror of
https://github.com/ansible/awx.git
synced 2026-07-08 06:48:04 -02:30
Restore previous choices, clean up some minor things
This commit is contained in:
@@ -165,7 +165,7 @@ class V1Credential(object):
|
||||
max_length=32,
|
||||
blank=True,
|
||||
default='',
|
||||
choices=PRIVILEGE_ESCALATION_METHODS,
|
||||
choices=[('', _('None'))] + PRIVILEGE_ESCALATION_METHODS,
|
||||
help_text=_('Privilege escalation method.')
|
||||
),
|
||||
'become_username': models.CharField(
|
||||
|
||||
Reference in New Issue
Block a user