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

pipeline_tour_mock_data.js « states « 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: 39bc89e459cff10e67534fcf78ab494d8684140e (plain)
1
2
3
4
5
6
7
8
9
10
export const popoverProps = {
  pipelinePath: '/foo/bar/add/pipeline/path',
  pipelineSvgPath: 'assets/illustrations/something.svg',
  humanAccess: 'maintainer',
  popoverTarget: 'suggest-popover',
  popoverContainer: 'suggest-pipeline',
  trackLabel: 'some_tracking_label',
};

export const cookieKey = 'suggest_pipeline_dismissed';