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

pipeline_tour_mock_data.js « components « vue_mr_widget « frontend « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c749c434079e1a0c036b0df21cd0a1ed0e958901 (plain)
1
2
3
4
5
6
7
export const popoverProps = {
  pipelinePath: '/foo/bar/add/pipeline/path',
  pipelineSvgPath: 'assets/illustrations/something.svg',
  humanAccess: 'maintainer',
};

export const iconName = 'status_notfound';