diff options
author | Fabio Busatto <fabio@gitlab.com> | 2018-02-06 14:59:15 +0000 |
---|---|---|
committer | Tim Zallmann <tzallmann@gitlab.com> | 2018-02-06 14:59:15 +0000 |
commit | 914415c79f4100494b96d5f883f235fd61d62f52 (patch) | |
tree | d6f3cac3054d88117bda0cdb7b22355f9d275c78 /app/views | |
parent | ab41e9ad6e7e78c1b6dcef59fbde5f31c67c1d43 (diff) | |
download | gitlab-ce-914415c79f4100494b96d5f883f235fd61d62f52.tar.gz |
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.haml | 3 |
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 |