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

index.html.haml « repositories « harbor « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0fce3b7f8aab216cbf245698ffcacd4d92358024 (plain)
1
2
3
4
5
6
7
8
9
10
11
- page_title _("Harbor Registry")
- @content_class = "limit-container-width" unless fluid_layout

#js-harbor-registry-list-project{ data: { endpoint: project_harbor_repositories_path(@project),
  "no_containers_image" => image_path('illustrations/docker-empty-state.svg'),
  "containers_error_image" => image_path('illustrations/docker-error-state.svg'),
  "repository_url" => 'demo.harbor.com/gitlab-cn/build/cng-images/gitlab-kas',
  "registry_host_url_with_port" => 'demo.harbor.com',
  connection_error: (!!@connection_error).to_s,
  invalid_path_error: (!!@invalid_path_error).to_s,
  is_group_page: false.to_s, } }