mirror of
https://github.com/ansible/awx.git
synced 2026-04-06 18:49:21 -02:30
fix ldap group type params label
* copy pasted ldap group type label and did no previously update. This updates.
This commit is contained in:
@@ -301,8 +301,8 @@ def _register_ldap(append=None):
|
|||||||
register(
|
register(
|
||||||
'AUTH_LDAP{}_GROUP_TYPE_PARAMS'.format(append_str),
|
'AUTH_LDAP{}_GROUP_TYPE_PARAMS'.format(append_str),
|
||||||
field_class=fields.LDAPGroupTypeParamsField,
|
field_class=fields.LDAPGroupTypeParamsField,
|
||||||
label=_('LDAP Group Type'),
|
label=_('LDAP Group Type Parameters'),
|
||||||
help_text=_('Parameters to send the chosen group type.'),
|
help_text=_('Key value parameters to send the chosen group type init method.'),
|
||||||
category=_('LDAP'),
|
category=_('LDAP'),
|
||||||
category_slug='ldap',
|
category_slug='ldap',
|
||||||
default=collections.OrderedDict([
|
default=collections.OrderedDict([
|
||||||
|
|||||||
Reference in New Issue
Block a user