Add Credential Detail view

* Add Credential and CredentialDetail unit tests
* Add credential_type mock data
This commit is contained in:
Marliana Lara
2020-01-15 09:01:51 -05:00
parent f911fb2046
commit 15c665ea52
12 changed files with 598 additions and 12 deletions

View File

@@ -1136,7 +1136,7 @@ ManagedCredentialType(
'help_text': ugettext_noop('The OpenShift or Kubernetes API Endpoint to authenticate with.')
},{
'id': 'bearer_token',
'label': ugettext_noop('API authentication bearer token.'),
'label': ugettext_noop('API authentication bearer token'),
'type': 'string',
'secret': True,
},{