summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatija Čupić <matteeyah@gmail.com>2017-12-06 01:46:24 +0100
committerMatija Čupić <matteeyah@gmail.com>2017-12-11 15:31:52 +0100
commit5a1ebf1d93f3a8d1d486b091f5436440bed5a52b (patch)
tree47135fafcd917e05429d4b21b7eed9544750c072
parente292752bd265d347ec9803b558ecbfce1473c387 (diff)
downloadgitlab-ce-single-list-multiple-clusters.tar.gz
Remove Add Cluster button in clusters/indexsingle-list-multiple-clusters
-rw-r--r--app/views/projects/clusters/index.html.haml2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/views/projects/clusters/index.html.haml b/app/views/projects/clusters/index.html.haml
index e71b2797b14..bec512be91c 100644
--- a/app/views/projects/clusters/index.html.haml
+++ b/app/views/projects/clusters/index.html.haml
@@ -8,8 +8,6 @@
.top-area.adjust
.nav-text
= s_("ClusterIntegration|Clusters can be used to deploy applications and to provide Review Apps for this project")
- .pull-right.nav-bar-right
- = link_to s_("ClusterIntegration|Add cluster"), new_project_cluster_path(@project), class: "btn btn-success disabled has-tooltip js-add-cluster", title: s_("ClusterIntegration|Multiple clusters are available in GitLab Entreprise Edition Premium and Ultimate")
.ci-table.js-clusters-list
.gl-responsive-table-row.table-row-header{ role: "row" }
.table-section.section-30{ role: "rowheader" }