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

mock_data.js « components « settings_service_desk « projects « frontend « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 934778ff601df1d8f89869c8d39f059245fa12a5 (plain)
1
2
3
4
5
6
7
8
export const TEMPLATES = [
  'Project #1',
  [
    { name: 'Bug', project_id: 1 },
    { name: 'Documentation', project_id: 1 },
    { name: 'Security release', project_id: 1 },
  ],
];