mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 11:20:39 -03:30
Alphabetize subcategory listings in Tower Config
This commit is contained in:
parent
f14efbce4e
commit
7d5ca366a9
@ -110,8 +110,8 @@ export default [
|
||||
{label: i18n._('Google OAuth2'), value: 'google_oauth'},
|
||||
{label: i18n._('LDAP'), value: 'ldap'},
|
||||
{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({
|
||||
|
||||
@ -83,9 +83,9 @@ export default [
|
||||
};
|
||||
|
||||
var dropdownOptions = [
|
||||
{label: i18n._('Misc. System'), value: 'misc'},
|
||||
{label: i18n._('Activity Stream'), value: 'activity_stream'},
|
||||
{label: i18n._('Logging'), value: 'logging'},
|
||||
{label: i18n._('Misc. System'), value: 'misc'}
|
||||
];
|
||||
|
||||
CreateSelect2({
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user