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: 35c67190b62d29aface6658e6dba001ea659f7f9 (plain)
1
2
3
4
5
6
7
8
/* eslint-disable import/prefer-default-export  */

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