diff --git a/.changelog/11130.txt b/.changelog/11130.txt new file mode 100644 index 000000000..4a872c7fc --- /dev/null +++ b/.changelog/11130.txt @@ -0,0 +1,4 @@ +```release-note:improvement +ui: Removed informational panel from the namespace selector menu when editing +namespaces +``` diff --git a/ui/packages/consul-ui/app/components/hashicorp-consul/index.hbs b/ui/packages/consul-ui/app/components/hashicorp-consul/index.hbs index 1664303c5..83ad29ad9 100644 --- a/ui/packages/consul-ui/app/components/hashicorp-consul/index.hbs +++ b/ui/packages/consul-ui/app/components/hashicorp-consul/index.hbs @@ -115,13 +115,6 @@ {{@nspace}} - {{#if (is-href 'dc.nspaces')}} - -

- Namespaces themselves are not namespaced, so switching will not change the current view. -

-
- {{/if}} {{#let components.MenuItem components.MenuSeparator as |MenuItem MenuSeparator|}} div { - @extend %theme-light; -} %main-nav-vertical .menu-panel a:hover, %main-nav-vertical .menu-panel a:focus { background-color: var(--blue-500);