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

mock_data.js « namespace_select « components « vue_shared « frontend « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cfd521c67cb486b7d1ecb1555eeb69bb7fde1aad (plain)
1
2
3
4
5
6
export const groupNamespaces = [
  { id: 1, name: 'Group 1', humanName: 'Group 1' },
  { id: 2, name: 'Subgroup 1', humanName: 'Group 1 / Subgroup 1' },
];

export const userNamespaces = [{ id: 3, name: 'User namespace 1', humanName: 'User namespace 1' }];