gitlab-org--gitlab-foss/app/views/projects/clusters/_dropdown.html.haml

15 lines
739 B
Text
Raw Normal View History

2017-11-08 06:05:10 -05:00
%h4.prepend-top-0= s_('ClusterIntegration|Choose how to set up cluster integration')
.dropdown
%button.dropdown-menu-toggle.dropdown-menu-full-width{ type: 'button', data: { toggle: 'dropdown' }, "aria-haspopup": true, "aria-expanded": false }
%span.dropdown-toggle-text
= dropdown_text
= icon('chevron-down')
%ul.dropdown-menu.clusters-dropdown-menu.dropdown-menu-full-width
2017-11-08 06:05:10 -05:00
%li
%a{ href: providers_gcp_new_namespace_project_clusters_path(@project.namespace, @project) }
= s_('ClusterIntegration| Create cluster on Google Engine')
%li
%a{ href: platforms_kubernetes_new_namespace_project_clusters_path(@project.namespace, @project) }
2017-11-08 06:05:10 -05:00
= s_('ClusterIntegration| Add existing cluster')