summaryrefslogtreecommitdiff
path: root/app/views/clusters/clusters/connect.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/clusters/clusters/connect.html.haml')
-rw-r--r--app/views/clusters/clusters/connect.html.haml11
1 files changed, 11 insertions, 0 deletions
diff --git a/app/views/clusters/clusters/connect.html.haml b/app/views/clusters/clusters/connect.html.haml
new file mode 100644
index 00000000000..1043f78bd3c
--- /dev/null
+++ b/app/views/clusters/clusters/connect.html.haml
@@ -0,0 +1,11 @@
+- @content_class = 'limit-container-width' unless fluid_layout
+- add_to_breadcrumbs _('Kubernetes Clusters'), clusterable.index_path
+- breadcrumb_title _('Connect a cluster')
+- page_title _('Connect a Kubernetes Cluster')
+
+.row.gl-mt-3
+ .col-md-3
+ = render 'sidebar'
+ .col-md-9
+ #js-cluster-new{ data: js_cluster_new }
+ = render 'clusters/clusters/user/form'