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

mock_data.js « super_sidebar « frontend « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7db0d0ea5cca005d6b9d83f5c793733a1bdfc73a (plain)
1
2
3
4
5
6
7
8
9
export const sidebarData = {
  name: 'Administrator',
  username: 'root',
  avatar_url: 'path/to/img_administrator',
  assigned_open_issues_count: 1,
  assigned_open_merge_requests_count: 2,
  todos_pending_count: 3,
  issues_dashboard_path: 'path/to/issues',
};