diff options
author | Matija Čupić <matteeyah@gmail.com> | 2017-12-05 21:21:34 +0100 |
---|---|---|
committer | Matija Čupić <matteeyah@gmail.com> | 2017-12-05 21:21:34 +0100 |
commit | 0ac2d8ab13d753b32e102873b9f9285b6c7b48c4 (patch) | |
tree | 31569c465c969caf2550d2eda8496ccee06dec92 /app/views | |
parent | b6e32503d4e768d91e56d24d1611beb0b4f36f11 (diff) | |
download | gitlab-ce-0ac2d8ab13d753b32e102873b9f9285b6c7b48c4.tar.gz |
Remove Add Cluster button from clusters/index
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/projects/clusters/_tabs.html.haml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/views/projects/clusters/_tabs.html.haml b/app/views/projects/clusters/_tabs.html.haml index 920ed40ea69..c8120e806fa 100644 --- a/app/views/projects/clusters/_tabs.html.haml +++ b/app/views/projects/clusters/_tabs.html.haml @@ -14,5 +14,3 @@ = link_to project_clusters_path(@project), class: "js-all-tab" do = s_("ClusterIntegration|All") %span.badge= @all_count - .nav-controls - = link_to s_("ClusterIntegration|Add cluster"), new_project_cluster_path(@project), class: "btn btn-success btn-add-cluster disabled has-tooltip js-add-cluster", title: s_("ClusterIntegration|Multiple clusters are available in GitLab Entreprise Edition Premium and Ultimate") |