diff --git a/ui/packages/consul-ui/app/components/topology-metrics/down-lines/index.hbs b/ui/packages/consul-ui/app/components/topology-metrics/down-lines/index.hbs index 0fe3158ed9..681e799a85 100644 --- a/ui/packages/consul-ui/app/components/topology-metrics/down-lines/index.hbs +++ b/ui/packages/consul-ui/app/components/topology-metrics/down-lines/index.hbs @@ -1,5 +1,3 @@ -{{on-window 'resize' (action this.getIconPositions)}} - {{#if (gt @lines.length 0)}} {{#if (gt @topology.Downstreams.length 0)}} -
+

{{@dc}}

@@ -83,7 +84,11 @@ {{#if (gt @topology.Upstreams.length 0)}}
{{#each-in (group-by "Datacenter" @topology.Upstreams) as |dc upstreams|}} -
+

{{dc}}

{{#each upstreams as |item|}}