2018-03-17 18:26:18 +05:30
|
|
|
/* eslint-disable import/prefer-default-export */
|
|
|
|
|
|
|
|
export const FILTERED_SEARCH = {
|
|
|
|
MERGE_REQUESTS: 'merge_requests',
|
|
|
|
ISSUES: 'issues',
|
2018-12-05 23:21:45 +05:30
|
|
|
ADMIN_RUNNERS: 'admin/runners',
|
2018-03-17 18:26:18 +05:30
|
|
|
};
|