2021-01-29 00:20:46 +05:30
|
|
|
- page_title _("Dependency Proxy")
|
2021-12-11 22:18:48 +05:30
|
|
|
- @content_class = "limit-container-width" unless fluid_layout
|
2021-11-18 22:05:49 +05:30
|
|
|
- dependency_proxy_available = Feature.enabled?(:dependency_proxy_for_private_groups, default_enabled: true) || @group.public?
|
2021-01-29 00:20:46 +05:30
|
|
|
|
2021-11-18 22:05:49 +05:30
|
|
|
#js-dependency-proxy{ data: { group_path: @group.full_path,
|
2021-12-11 22:18:48 +05:30
|
|
|
dependency_proxy_available: dependency_proxy_available.to_s,
|
|
|
|
no_manifests_illustration: image_path('illustrations/docker-empty-state.svg') } }
|