summaryrefslogtreecommitdiff
path: root/app/views/clusters/clusters/_buttons.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/clusters/clusters/_buttons.html.haml')
-rw-r--r--app/views/clusters/clusters/_buttons.html.haml6
1 files changed, 0 insertions, 6 deletions
diff --git a/app/views/clusters/clusters/_buttons.html.haml b/app/views/clusters/clusters/_buttons.html.haml
deleted file mode 100644
index c81d1d5b05a..00000000000
--- a/app/views/clusters/clusters/_buttons.html.haml
+++ /dev/null
@@ -1,6 +0,0 @@
-.nav-controls
- - if clusterable.can_add_cluster?
- = 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")