Merge pull request #7198 from marshmalien/fix/alphabetizeSubcategoryListings

Alphabetize subcategory listings in Tower Config
This commit is contained in:
Marliana Lara 2017-07-21 09:54:22 -04:00 committed by GitHub
commit 90d546a855
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._('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({

View File

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