From eca4a225a03dabdf66edf661814142f1939162ce Mon Sep 17 00:00:00 2001 From: Kenia <19161242+kaxcode@users.noreply.github.com> Date: Wed, 11 Aug 2021 13:00:32 -0400 Subject: [PATCH] ui: Split up the socket mode from the socket path (#10581) --- .changelog/10581.txt | 3 +++ .../consul/upstream-instance/list/index.hbs | 26 +++++++------------ .../consul/upstream-instance/list/index.scss | 5 +++- 3 files changed, 16 insertions(+), 18 deletions(-) create mode 100644 .changelog/10581.txt diff --git a/.changelog/10581.txt b/.changelog/10581.txt new file mode 100644 index 000000000..574945a52 --- /dev/null +++ b/.changelog/10581.txt @@ -0,0 +1,3 @@ +```release-note:feature +ui: Splitting up the socket mode and socket path in the Upstreams Instance List +``` \ No newline at end of file diff --git a/ui/packages/consul-ui/app/components/consul/upstream-instance/list/index.hbs b/ui/packages/consul-ui/app/components/consul/upstream-instance/list/index.hbs index df4d2391c..0f9737699 100644 --- a/ui/packages/consul-ui/app/components/consul/upstream-instance/list/index.hbs +++ b/ui/packages/consul-ui/app/components/consul/upstream-instance/list/index.hbs @@ -38,32 +38,24 @@ {{/if}} {{#if item.LocalBindSocketPath}} -{{#let (if item.LocalBindSocketMode - (hash - label=(concat '(Local bind mode)') - value=(concat '(Mode:' item.LocalBindSocketMode ')') - ) - (hash - label="" - value="" - ) - ) -as |mode|}} -