Alphabetize subcategory listings in Tower Config

This commit is contained in:
Marliana Lara
2017-07-20 12:12:09 -04:00
parent f14efbce4e
commit 7d5ca366a9
2 changed files with 3 additions and 3 deletions

View File

@@ -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({

View File

@@ -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({