Restore previous choices, clean up some minor things

This commit is contained in:
Wayne Witzel III
2018-04-20 13:00:18 -04:00
parent 8fa98d0d54
commit d6ac9b6e3d
4 changed files with 4 additions and 4 deletions

View File

@@ -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(