gitlab-org--gitlab-foss/app/views/projects/clusters/gcp/new.html.haml
Filipa Lacerda c9de56fad4 Add existing cluster form - FE and CSS
Add GKE, Login - HTML & CSS
Cluster details - HTML & CSS
2017-12-03 13:36:10 +01:00

10 lines
317 B
Text

- breadcrumb_title "Cluster"
- page_title _("New Cluster")
.row.prepend-top-default
.col-sm-4
= render 'projects/clusters/sidebar'
.col-sm-8
= render 'projects/clusters/dropdown', dropdown_text: s_('ClusterIntegration|Create cluster on Google Container Engine')
= render 'header'
= render 'form'