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

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

12 lines
585 B
Text
Raw Normal View History

2022-05-07 20:08:51 +05:30
- page_title _("Harbor Registry")
2022-08-13 15:12:31 +05:30
#js-harbor-registry-list-group{ data: { endpoint: group_harbor_repositories_path(@group),
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" => @group.harbor_integration.hostname,
"harbor_integration_project_name" => @group.harbor_integration.project_name,
full_path: @group.full_path,
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: true.to_s } }