summaryrefslogtreecommitdiff
path: root/app/views/groups/harbor/repositories/index.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/groups/harbor/repositories/index.html.haml')
-rw-r--r--app/views/groups/harbor/repositories/index.html.haml6
1 files changed, 4 insertions, 2 deletions
diff --git a/app/views/groups/harbor/repositories/index.html.haml b/app/views/groups/harbor/repositories/index.html.haml
index 1ee15557e21..6a1e66520b5 100644
--- a/app/views/groups/harbor/repositories/index.html.haml
+++ b/app/views/groups/harbor/repositories/index.html.haml
@@ -4,6 +4,8 @@
#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'),
+ "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, } }
+ invalid_path_error: (!!@invalid_path_error).to_s,
+ is_group_page: true.to_s } }