mirror of
https://github.com/ansible/awx.git
synced 2026-03-02 09:18:48 -03:30
Alphabetize subcategory listings in Tower Config
This commit is contained in:
@@ -110,8 +110,8 @@ export default [
|
|||||||
{label: i18n._('Google OAuth2'), value: 'google_oauth'},
|
{label: i18n._('Google OAuth2'), value: 'google_oauth'},
|
||||||
{label: i18n._('LDAP'), value: 'ldap'},
|
{label: i18n._('LDAP'), value: 'ldap'},
|
||||||
{label: i18n._('RADIUS'), value: 'radius'},
|
{label: i18n._('RADIUS'), value: 'radius'},
|
||||||
{label: i18n._('TACACS+'), value: 'tacacs'},
|
{label: i18n._('SAML'), value: 'saml'},
|
||||||
{label: i18n._('SAML'), value: 'saml'}
|
{label: i18n._('TACACS+'), value: 'tacacs'}
|
||||||
];
|
];
|
||||||
|
|
||||||
CreateSelect2({
|
CreateSelect2({
|
||||||
|
|||||||
@@ -83,9 +83,9 @@ export default [
|
|||||||
};
|
};
|
||||||
|
|
||||||
var dropdownOptions = [
|
var dropdownOptions = [
|
||||||
{label: i18n._('Misc. System'), value: 'misc'},
|
|
||||||
{label: i18n._('Activity Stream'), value: 'activity_stream'},
|
{label: i18n._('Activity Stream'), value: 'activity_stream'},
|
||||||
{label: i18n._('Logging'), value: 'logging'},
|
{label: i18n._('Logging'), value: 'logging'},
|
||||||
|
{label: i18n._('Misc. System'), value: 'misc'}
|
||||||
];
|
];
|
||||||
|
|
||||||
CreateSelect2({
|
CreateSelect2({
|
||||||
|
|||||||
Reference in New Issue
Block a user