From 2fae724302bc683c5f546132bdde699f57476dc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20Trzci=C5=84ski?= Date: Wed, 12 Sep 2018 14:25:30 +0200 Subject: Fix installation --- app/views/projects/clusters/show.html.haml | 1 + 1 file changed, 1 insertion(+) 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, -- cgit v1.2.1