diff --git a/ui/packages/consul-ui/app/components/topology-metrics/card.hbs b/ui/packages/consul-ui/app/components/topology-metrics/card.hbs index 473de730dc..e207b38030 100644 --- a/ui/packages/consul-ui/app/components/topology-metrics/card.hbs +++ b/ui/packages/consul-ui/app/components/topology-metrics/card.hbs @@ -7,7 +7,7 @@ {{@item.Name}}

- {{#if (and (and nspace (env 'CONSUL_NSPACES_ENABLED')) @type)}} + {{#if (and (and @nspace (env 'CONSUL_NSPACES_ENABLED')) @type)}}
@@ -47,6 +47,8 @@ {{#if (and @hasMetricsProvider (not-eq @service.Kind 'ingress-gateway'))}} {{#if (eq @type 'upstream')}} {{else}}
-

{{@topology.Datacenter}}

+

{{@dc}}

Only showing downstreams within the current datacenter for {{@service.Service.Service}}. @@ -17,9 +17,10 @@
{{#each @topology.Downstreams as |item|}} @@ -32,16 +33,18 @@
{{#if this.hasMetricsProvider }} {{#if (not-eq @service.Service.Kind 'ingress-gateway')}} @@ -73,9 +76,10 @@

{{dc}}

{{#each upstreams as |item|}} diff --git a/ui/packages/consul-ui/app/components/topology-metrics/stats/index.hbs b/ui/packages/consul-ui/app/components/topology-metrics/stats/index.hbs index c3eab51064..c36d14112d 100644 --- a/ui/packages/consul-ui/app/components/topology-metrics/stats/index.hbs +++ b/ui/packages/consul-ui/app/components/topology-metrics/stats/index.hbs @@ -1,6 +1,6 @@ {{#unless @noMetricsReason}} diff --git a/ui/packages/consul-ui/app/templates/dc/services/show/topology.hbs b/ui/packages/consul-ui/app/templates/dc/services/show/topology.hbs index 4a6fdaa29c..99eb63a47d 100644 --- a/ui/packages/consul-ui/app/templates/dc/services/show/topology.hbs +++ b/ui/packages/consul-ui/app/templates/dc/services/show/topology.hbs @@ -5,6 +5,8 @@ {{/if}} {{#if topology}}