diff --git a/.changelog/10152.txt b/.changelog/10152.txt new file mode 100644 index 000000000..53f21d7af --- /dev/null +++ b/.changelog/10152.txt @@ -0,0 +1,3 @@ +```release-note:bug +ui: Removes the extra rendering of namespace in service upstream list +``` diff --git a/ui/packages/consul-ui/app/components/consul/upstream/list/index.hbs b/ui/packages/consul-ui/app/components/consul/upstream/list/index.hbs index 5a1aade21..8ed0ff618 100644 --- a/ui/packages/consul-ui/app/components/consul/upstream/list/index.hbs +++ b/ui/packages/consul-ui/app/components/consul/upstream/list/index.hbs @@ -25,7 +25,6 @@ as |item index|> {{#if (and (env 'CONSUL_NSPACES_ENABLED') (not-eq item.Namespace @nspace))}} - {{item.Namespace}} {{item.Name}}