mirror of
https://github.com/ansible/awx.git
synced 2026-03-06 19:21:06 -03:30
Make sure that the new credential type is in the choices list
This commit is contained in:
committed by
Shane McDonald
parent
44ad6bfdce
commit
c74d60f3f3
@@ -331,6 +331,7 @@ class CredentialType(CommonModelNameNotUnique):
|
||||
('net', _('Network')),
|
||||
('scm', _('Source Control')),
|
||||
('cloud', _('Cloud')),
|
||||
('registry', _('Container Registry')),
|
||||
('token', _('Personal Access Token')),
|
||||
('insights', _('Insights')),
|
||||
('external', _('External')),
|
||||
|
||||
Reference in New Issue
Block a user