mirror of
https://github.com/ansible/awx.git
synced 2026-01-27 00:21:30 -03:30
Merge pull request #7198 from marshmalien/fix/alphabetizeSubcategoryListings
Alphabetize subcategory listings in Tower Config
This commit is contained in:
commit
90d546a855
@ -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