mirror of
https://github.com/ansible/awx.git
synced 2026-03-08 21:19:26 -02:30
Change human credential types.
This commit updates the human credential types from SCM/AWS to "Source Control" and "Amazon Web Services".
This commit is contained in:
@@ -28,8 +28,8 @@ class Credential(PasswordFieldsModel, CommonModelNameNotUnique):
|
||||
|
||||
KIND_CHOICES = [
|
||||
('ssh', _('Machine')),
|
||||
('scm', _('SCM')),
|
||||
('aws', _('AWS')),
|
||||
('scm', _('Source Control')),
|
||||
('aws', _('Amazon Web Services')),
|
||||
('rax', _('Rackspace')),
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user