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: 8416cb81c950723064f9b98e244fed7a738dade2 (plain)
1
2
3
4
5
6
7
- page_title _("Dependency Proxy")

#js-dependency-proxy{ data: { group_path: @group.full_path,
  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 } }