+{{#if (gt @topology.Downstreams.length 0)}}
-
{{@dc}}
+
{{@topology.Datacenter}}
Only showing downstreams within the current datacenter for {{@service.Service.Service}}.
@@ -12,11 +12,11 @@
{{/if}}
@@ -27,21 +27,21 @@
{{#if this.hasMetricsProvider }}
{{/if}}
-{{#if (gt @upstreams.length 0)}}
+{{#if (gt @topology.Upstreams.length 0)}}
- {{#each-in (group-by "Datacenter" @upstreams) as |dc upstreams|}}
+ {{#each-in (group-by "Datacenter" @topology.Upstreams) as |dc upstreams|}}
{{/each-in}}
@@ -79,7 +79,7 @@
@view={{this.upView}}
@center={{this.centerDimensions}}
@lines={{this.upLines}}
- @items={{@upstreams}}
+ @items={{@topology.Upstreams}}
/>
\ No newline at end of file
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 45ce9b9fa..9f691dc40 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
@@ -6,11 +6,8 @@
{{#if topology}}