debian-mirror-gitlab/app/views/projects/harbor/repositories/index.html.haml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
664 B
Text
Raw Normal View History

2022-05-07 20:08:51 +05:30
- page_title _("Harbor Registry")
- @content_class = "limit-container-width" unless fluid_layout
2022-08-13 15:12:31 +05:30
#js-harbor-registry-list-project{ data: { endpoint: project_harbor_repositories_path(@project),
2022-05-07 20:08:51 +05:30
"no_containers_image" => image_path('illustrations/docker-empty-state.svg'),
"containers_error_image" => image_path('illustrations/docker-error-state.svg'),
2022-10-11 01:57:18 +05:30
"repository_url" => @project.harbor_integration.hostname,
"harbor_integration_project_name" => @project.harbor_integration.project_name,
"project_name" => @project.name,
2022-05-07 20:08:51 +05:30
connection_error: (!!@connection_error).to_s,
2022-06-21 17:19:12 +05:30
invalid_path_error: (!!@invalid_path_error).to_s,
is_group_page: false.to_s, } }