Welcome to mirror list, hosted at ThFree Co, Russian Federation.

constants.js « list_selector « components « vue_shared « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2e58527a2ead5e42e40891dc1c24fbe29d294674 (plain)
1
2
3
4
5
6
import { __ } from '~/locale';

export const CONFIG = {
  users: { title: __('Users'), icon: 'user', filterKey: 'username' },
  groups: { title: __('Groups'), icon: 'group', filterKey: 'name' },
};