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

constants.js « pages « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5e119454ce177cbd5ff6ad7798a76f0d2ef697ab (plain)
1
2
3
4
5
6
7
/* eslint-disable import/prefer-default-export  */

export const FILTERED_SEARCH = {
  MERGE_REQUESTS: 'merge_requests',
  ISSUES: 'issues',
  ADMIN_RUNNERS: 'admin/runners',
};