mirror of
https://github.com/ansible/awx.git
synced 2026-03-02 09:18:48 -03:30
Add help_text to the new fields
This commit is contained in:
@@ -980,6 +980,7 @@ ManagedCredentialType(
|
||||
'label': ugettext_noop('Token'),
|
||||
'type': 'string',
|
||||
'secret': True,
|
||||
'help_text': ugettext_noop('This token needs to come from your profile settings in Github')
|
||||
}],
|
||||
'required': ['token'],
|
||||
},
|
||||
@@ -996,6 +997,7 @@ ManagedCredentialType(
|
||||
'label': ugettext_noop('Token'),
|
||||
'type': 'string',
|
||||
'secret': True,
|
||||
'help_text': ugettext_noop('This token needs to come from your profile settings in Gitlab')
|
||||
}],
|
||||
'required': ['token'],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user