Skip to content
Snippets Groups Projects

Dropdown loading time preformance fix

Merged Tiago Botelho requested to merge tiagonbotelho/gitlab-ce:dropdown-load-fix into master
6 files
+ 21
3
Compare changes
  • Side-by-side
  • Inline
Files
6
@@ -3,7 +3,7 @@
groupPath: "/api/:version/groups/:id.json"
namespacesPath: "/api/:version/namespaces.json"
groupProjectsPath: "/api/:version/groups/:id/projects.json"
projectsPath: "/api/:version/projects.json"
projectsPath: "/api/:version/projects.json?simple=true"
labelsPath: "/api/:version/projects/:id/labels"
licensePath: "/api/:version/licenses/:key"
gitignorePath: "/api/:version/gitignores/:key"
Loading