6 lines
170 B
JavaScript
6 lines
170 B
JavaScript
export const FILTERED_SEARCH = {
|
|
MERGE_REQUESTS: 'merge_requests',
|
|
ISSUES: 'issues',
|
|
ADMIN_RUNNERS: 'admin/runners',
|
|
GROUP_RUNNERS_ANCHOR: 'runners-settings',
|
|
};
|