web: Update service mesh overview to include grafana (#1049)

Signed-off-by: Kevin Lingerfelt <kl@buoyant.io>
This commit is contained in:
Kevin Lingerfelt 2018-05-31 14:51:42 -07:00 committed by GitHub
parent f344421dbd
commit 8b519fb92f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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",