diff --git a/ui-v2/app/components/topology-metrics/index.hbs b/ui-v2/app/components/topology-metrics/index.hbs
index bfb0b3e0f..09c367b22 100644
--- a/ui-v2/app/components/topology-metrics/index.hbs
+++ b/ui-v2/app/components/topology-metrics/index.hbs
@@ -17,6 +17,18 @@
{{downstream.Name}}
+ {{#if (env 'CONSUL_NSPACES_ENABLED')}}
+
+ -
+
+ Namespace
+
+
+ -
+ {{downstream.Namespace}}
+
+
+ {{/if}}
{{#let (service/health-percentage downstream) as |percentage|}}
{{#if (not-eq percentage.passing 0)}}
{{percentage.passing}}%
@@ -86,7 +98,7 @@
{{upstream.Name}}
- {{#if (and nspace (env 'CONSUL_NSPACES_ENABLED'))}}
+ {{#if (env 'CONSUL_NSPACES_ENABLED')}}
-