From a3f45ad70cc8cdbf9c0fb68edf91f69c4dfdb05e Mon Sep 17 00:00:00 2001 From: John Cowen Date: Fri, 24 Sep 2021 18:05:22 +0100 Subject: [PATCH] ui: Remove info panel from the nspace menu when editing nspaces (#11130) * ui: Remove info panel form the nspace menu when editing nspaces --- .changelog/11130.txt | 4 ++++ .../consul-ui/app/components/hashicorp-consul/index.hbs | 7 ------- ui/packages/consul-ui/app/styles/themes.scss | 3 --- 3 files changed, 4 insertions(+), 10 deletions(-) create mode 100644 .changelog/11130.txt 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);