mirror of
https://github.com/ansible/awx.git
synced 2026-03-01 00:38:45 -03:30
Improved labels and help text for Github Enterprise SSO configuration fields.
Signed-off-by: Egor Margineanu <egor.margineanu@gmail.com>
This commit is contained in:
@@ -865,8 +865,9 @@ register(
|
|||||||
field_class=fields.CharField,
|
field_class=fields.CharField,
|
||||||
allow_blank=True,
|
allow_blank=True,
|
||||||
default='',
|
default='',
|
||||||
label=_('GitHub Enterprise URL'),
|
label=_('GitHub Enterprise instance URL'),
|
||||||
help_text=_('The URL for your Github Enteprise.'),
|
help_text=_('The URL for your Github Enterprise instance, e.g.: http(s)://hostname/. Refer to Github Enterprise '
|
||||||
|
'documentation for more details.'),
|
||||||
category=_('GitHub Enterprise OAuth2'),
|
category=_('GitHub Enterprise OAuth2'),
|
||||||
category_slug='github-enterprise',
|
category_slug='github-enterprise',
|
||||||
)
|
)
|
||||||
@@ -876,8 +877,9 @@ register(
|
|||||||
field_class=fields.CharField,
|
field_class=fields.CharField,
|
||||||
allow_blank=True,
|
allow_blank=True,
|
||||||
default='',
|
default='',
|
||||||
label=_('GitHub Enterprise API URL'),
|
label=_('GitHub Enterprise instance API URL'),
|
||||||
help_text=_('The API URL for your GitHub Enterprise.'),
|
help_text=_('The API URL for your GitHub Enterprise instance, e.g.: http(s)://hostname/api/v3/. Refer to Github '
|
||||||
|
'Enterprise documentation for more details.'),
|
||||||
category=_('GitHub Enterprise OAuth2'),
|
category=_('GitHub Enterprise OAuth2'),
|
||||||
category_slug='github-enterprise',
|
category_slug='github-enterprise',
|
||||||
)
|
)
|
||||||
@@ -952,8 +954,9 @@ register(
|
|||||||
field_class=fields.CharField,
|
field_class=fields.CharField,
|
||||||
allow_blank=True,
|
allow_blank=True,
|
||||||
default='',
|
default='',
|
||||||
label=_('GitHub Enterprise Organization URL'),
|
label=_('GitHub Enterprise instance URL'),
|
||||||
help_text=_('The URL for your Github Enteprise.'),
|
help_text=_('The URL for your Github Enterprise instance, e.g.: http(s)://hostname/. Refer to Github Enterprise '
|
||||||
|
'documentation for more details.'),
|
||||||
category=_('GitHub Enterprise OAuth2'),
|
category=_('GitHub Enterprise OAuth2'),
|
||||||
category_slug='github-enterprise-org',
|
category_slug='github-enterprise-org',
|
||||||
)
|
)
|
||||||
@@ -963,8 +966,9 @@ register(
|
|||||||
field_class=fields.CharField,
|
field_class=fields.CharField,
|
||||||
allow_blank=True,
|
allow_blank=True,
|
||||||
default='',
|
default='',
|
||||||
label=_('GitHub Enterprise Organization API URL'),
|
label=_('GitHub Enterprise instance API URL'),
|
||||||
help_text=_('The API URL for your GitHub Enterprise.'),
|
help_text=_('The API URL for your GitHub Enterprise instance, e.g.: http(s)://hostname/api/v3/. Refer to Github '
|
||||||
|
'Enterprise documentation for more details.'),
|
||||||
category=_('GitHub Enterprise OAuth2'),
|
category=_('GitHub Enterprise OAuth2'),
|
||||||
category_slug='github-enterprise-org',
|
category_slug='github-enterprise-org',
|
||||||
)
|
)
|
||||||
@@ -1052,8 +1056,9 @@ register(
|
|||||||
field_class=fields.CharField,
|
field_class=fields.CharField,
|
||||||
allow_blank=True,
|
allow_blank=True,
|
||||||
default='',
|
default='',
|
||||||
label=_('GitHub Enterprise Team URL'),
|
label=_('GitHub Enterprise instance URL'),
|
||||||
help_text=_('The URL for your Github Enterprise.'),
|
help_text=_('The URL for your Github Enterprise instance, e.g.: http(s)://hostname/. Refer to Github Enterprise '
|
||||||
|
'documentation for more details.'),
|
||||||
category=_('GitHub Enterprise OAuth2'),
|
category=_('GitHub Enterprise OAuth2'),
|
||||||
category_slug='github-enterprise-team',
|
category_slug='github-enterprise-team',
|
||||||
)
|
)
|
||||||
@@ -1063,8 +1068,9 @@ register(
|
|||||||
field_class=fields.CharField,
|
field_class=fields.CharField,
|
||||||
allow_blank=True,
|
allow_blank=True,
|
||||||
default='',
|
default='',
|
||||||
label=_('GitHub Enterprise Team API URL'),
|
label=_('GitHub Enterprise instance API URL'),
|
||||||
help_text=_('The API URL for your GitHub Enterprise.'),
|
help_text=_('The API URL for your GitHub Enterprise instance, e.g.: http(s)://hostname/api/v3/. Refer to Github '
|
||||||
|
'Enterprise documentation for more details.'),
|
||||||
category=_('GitHub Enterprise OAuth2'),
|
category=_('GitHub Enterprise OAuth2'),
|
||||||
category_slug='github-enterprise-team',
|
category_slug='github-enterprise-team',
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user