Skip to content
Snippets Groups Projects

Change admin users search filter

2 files
+ 4
4
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -27,7 +27,7 @@ export default {
filterValue: [],
availableTokens: [
{
title: s__('AdminUsers|access level'),
title: s__('AdminUsers|Access Level'),
type: 'admins',
token: GlFilteredSearchToken,
operators: OPERATORS_IS,
@@ -38,7 +38,7 @@ export default {
],
},
{
title: s__('AdminUsers|two-factor authentication'),
title: s__('AdminUsers|Two-factor authentication'),
type: '2fa',
token: GlFilteredSearchToken,
operators: OPERATORS_IS,
@@ -49,7 +49,7 @@ export default {
],
},
{
title: __('state'),
title: __('State'),
type: 'state',
token: GlFilteredSearchToken,
operators: OPERATORS_IS,
Loading