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

pipeline_tour_success_mock_data.js « blob « frontend « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: dbcba469df5a443a6121590f76d4dfda2107bdff (plain)
1
2
3
4
5
6
7
8
9
10
const modalProps = {
  goToPipelinesPath: 'some_pipeline_path',
  projectMergeRequestsPath: 'some_mr_path',
  commitCookie: 'some_cookie',
  humanAccess: 'maintainer',
  exampleLink: '/example',
  codeQualityLink: '/code-quality-link',
};

export default modalProps;