summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKamil Trzciński <ayufan@ayufan.eu>2018-09-12 14:25:30 +0200
committerKamil Trzciński <ayufan@ayufan.eu>2018-09-12 14:25:30 +0200
commit2fae724302bc683c5f546132bdde699f57476dc1 (patch)
tree73443c9e0287d2100661f132e5d2d20fe2dd0b7a
parenta1f142cee4354b111905eabcc2b40afaf22e0e14 (diff)
downloadgitlab-ce-2fae724302bc683c5f546132bdde699f57476dc1.tar.gz
Fix installation
-rw-r--r--app/views/projects/clusters/show.html.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/projects/clusters/show.html.haml b/app/views/projects/clusters/show.html.haml
index eddd3613c5f..c79d3f67706 100644
--- a/app/views/projects/clusters/show.html.haml
+++ b/app/views/projects/clusters/show.html.haml
@@ -12,6 +12,7 @@
install_prometheus_path: install_applications_namespace_project_cluster_path(@cluster.project.namespace, @cluster.project, @cluster, :prometheus),
install_runner_path: install_applications_namespace_project_cluster_path(@cluster.project.namespace, @cluster.project, @cluster, :runner),
install_jupyter_path: install_applications_namespace_project_cluster_path(@cluster.project.namespace, @cluster.project, @cluster, :jupyter),
+ install_knative_path: install_applications_namespace_project_cluster_path(@cluster.project.namespace, @cluster.project, @cluster, :knative),
toggle_status: @cluster.enabled? ? 'true': 'false',
cluster_status: @cluster.status_name,
cluster_status_reason: @cluster.status_reason,