summaryrefslogtreecommitdiff
path: root/app/views/projects/packages/infrastructure_registry/index.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/packages/infrastructure_registry/index.html.haml')
-rw-r--r--app/views/projects/packages/infrastructure_registry/index.html.haml10
1 files changed, 10 insertions, 0 deletions
diff --git a/app/views/projects/packages/infrastructure_registry/index.html.haml b/app/views/projects/packages/infrastructure_registry/index.html.haml
new file mode 100644
index 00000000000..5a118997ff9
--- /dev/null
+++ b/app/views/projects/packages/infrastructure_registry/index.html.haml
@@ -0,0 +1,10 @@
+- page_title _("Infrastructure Registry")
+- @content_class = "limit-container-width" unless fluid_layout
+
+.row
+ .col-12
+ #js-vue-packages-list{ data: { resource_id: @project.id,
+ page_type: 'project',
+ empty_list_help_url: help_page_path('user/infrastructure/index'),
+ empty_list_illustration: image_path('illustrations/empty-state/empty-terraform-register-lg.svg'),
+ package_help_url: help_page_path('user/infrastructure/index') } }