summaryrefslogtreecommitdiff
path: root/app/views/groups/harbor/repositories/index.html.haml
blob: 1ee15557e21a8730d86c1834131251681632f15c (plain)
1
2
3
4
5
6
7
8
9
- page_title _("Harbor Registry")
- @content_class = "limit-container-width" unless fluid_layout

#js-harbor-registry-list-group{ data: { endpoint: group_harbor_registries_path(@group),
  "no_containers_image" => image_path('illustrations/docker-empty-state.svg'),
  "containers_error_image" => image_path('illustrations/docker-error-state.svg'),
  "help_page_path" => help_page_path('user/packages/container_registry/index'),
  connection_error: (!!@connection_error).to_s,
  invalid_path_error: (!!@invalid_path_error).to_s, } }