Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-07-14 03:09:46 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-07-14 03:09:46 +0300
commitb941629bbf312ed71c6065e2c3a6ef5a35dfa19c (patch)
treeccf5c8ecee54f5f651ec6a8346bf2e74592bac60 /app/helpers/clusters_helper.rb
parent0698388e65ed3556a11ec7eb2e76e7b7f9f0489e (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/helpers/clusters_helper.rb')
-rw-r--r--app/helpers/clusters_helper.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/helpers/clusters_helper.rb b/app/helpers/clusters_helper.rb
index 005070cca5c..b87d1c4e1ce 100644
--- a/app/helpers/clusters_helper.rb
+++ b/app/helpers/clusters_helper.rb
@@ -18,6 +18,7 @@ module ClustersHelper
def js_clusters_list_data(path = nil)
{
+ ancestor_help_path: help_page_path('user/group/clusters/index', anchor: 'cluster-precedence'),
endpoint: path,
img_tags: {
aws: { path: image_path('illustrations/logos/amazon_eks.svg'), text: s_('ClusterIntegration|Amazon EKS') },