From 8b519fb92f16705f79861336fd1a8874d51e3f17 Mon Sep 17 00:00:00 2001 From: Kevin Lingerfelt Date: Thu, 31 May 2018 14:51:42 -0700 Subject: [PATCH] web: Update service mesh overview to include grafana (#1049) Signed-off-by: Kevin Lingerfelt --- web/app/js/components/ServiceMesh.jsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/app/js/components/ServiceMesh.jsx b/web/app/js/components/ServiceMesh.jsx index 635b0b610..96132867b 100644 --- a/web/app/js/components/ServiceMesh.jsx +++ b/web/app/js/components/ServiceMesh.jsx @@ -86,6 +86,7 @@ const namespacesColumns = ConduitLink => [ const componentNames = { "prometheus": "Prometheus", + "grafana": "Grafana", "destination": "Destination", "proxy-api": "Proxy API", "public-api": "Public API", @@ -95,6 +96,7 @@ const componentNames = { const componentDeploys = { "prometheus": "prometheus", + "grafana": "grafana", "destination": "controller", "proxy-api": "controller", "public-api": "controller",