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

show.html.haml « dependency_proxies « groups « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 02a024ed3b5135d3beee1eda5dfe05af9a62c1e1 (plain)
1
2
3
4
5
6
7
8
- page_title _("Dependency Proxy")

#js-dependency-proxy{ data: { group_path: @group.full_path,
  endpoint: group_dependency_proxy_path(@group),
  no_manifests_illustration: image_path('illustrations/docker-empty-state.svg'),
  group_id: @group.id,
  settings_path: group_settings_packages_and_registries_path(@group),
  can_clear_cache: can?(current_user, :admin_group, @group).to_s } }