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
path: root/app/views
diff options
context:
space:
mode:
authorFabio Busatto <fabio@gitlab.com>2018-02-06 17:59:15 +0300
committerTim Zallmann <tzallmann@gitlab.com>2018-02-06 17:59:15 +0300
commit914415c79f4100494b96d5f883f235fd61d62f52 (patch)
treed6f3cac3054d88117bda0cdb7b22355f9d275c78 /app/views
parentab41e9ad6e7e78c1b6dcef59fbde5f31c67c1d43 (diff)
Resolve "Add a link to documentation on how to get external ip in the Kubernetes cluster details page"
Diffstat (limited to 'app/views')
-rw-r--r--app/views/projects/clusters/show.html.haml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/projects/clusters/show.html.haml b/app/views/projects/clusters/show.html.haml
index 2049105dff6..048bcb542be 100644
--- a/app/views/projects/clusters/show.html.haml
+++ b/app/views/projects/clusters/show.html.haml
@@ -13,7 +13,8 @@
toggle_status: @cluster.enabled? ? 'true': 'false',
cluster_status: @cluster.status_name,
cluster_status_reason: @cluster.status_reason,
- help_path: help_page_path('user/project/clusters/index.md', anchor: 'installing-applications') } }
+ help_path: help_page_path('user/project/clusters/index.md', anchor: 'installing-applications'),
+ ingress_help_path: help_page_path('user/project/clusters/index.md', anchor: 'getting-the-external-ip-address') } }
.js-cluster-application-notice
.flash-container