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',
};
|