@@ -67,3 +67,5 @@ class InstanceClusterablePresenter < ClusterablePresenter
link_to(s_('ClusterIntegration|Learn more about instance Kubernetes clusters'),help_page_path('user/instance/clusters/index'),target: '_blank',rel: 'noopener noreferrer')
@@ -24,11 +24,6 @@ class ProjectClusterablePresenter < ClusterablePresenter
project_cluster_path(clusterable,cluster,params)
end
override:clusters_path
defclusters_path(params={})
project_clusters_path(clusterable,params)
end
override:sidebar_text
defsidebar_text
s_('ClusterIntegration|With a Kubernetes cluster associated to this project, you can use review apps, deploy your applications, run your pipelines, and much more in an easy way.')