summaryrefslogtreecommitdiff
path: root/app/views/clusters/clusters/_buttons.html.haml
blob: 9238903aa10a33423831e72aa47fdb68feaa13bb (plain)
1
2
3
4
5
6
7
-# This partial is overridden in EE
.nav-controls
  - if clusterable.can_create_cluster? && clusterable.clusters.empty?
    = link_to s_('ClusterIntegration|Add Kubernetes cluster'), clusterable.new_path, class: 'btn btn-success js-add-cluster'
  - else
    %span.btn.btn-add-cluster.disabled.js-add-cluster
      = s_("ClusterIntegration|Add Kubernetes cluster")