diff --git a/ui/packages/consul-ui/app/components/action/index.hbs b/ui/packages/consul-ui/app/components/action/index.hbs index ba1f34ac1..75484eb11 100644 --- a/ui/packages/consul-ui/app/components/action/index.hbs +++ b/ui/packages/consul-ui/app/components/action/index.hbs @@ -1,35 +1,27 @@ -{{#if @for}} +{{#if @for~}} -{{else if @href}} - {{#if @external}} + >{{yield}} +{{~else if @href~}} + {{~#if @external~}} - {{yield}} - - {{else}} + >{{yield}} + {{~else~}} - {{yield}} - - {{/if}} -{{else}} + >{{yield}} + {{~/if~}} +{{~else~}} -{{/if}} \ No newline at end of file + >{{yield}} +{{~/if}} \ No newline at end of file diff --git a/ui/packages/consul-ui/app/components/consul/exposed-path/list/index.hbs b/ui/packages/consul-ui/app/components/consul/exposed-path/list/index.hbs index 14fdf352b..47740f4bf 100644 --- a/ui/packages/consul-ui/app/components/consul/exposed-path/list/index.hbs +++ b/ui/packages/consul-ui/app/components/consul/exposed-path/list/index.hbs @@ -8,7 +8,7 @@ {{#each @items as |path|}}
{{combinedAddress}}
@@ -37,7 +37,7 @@
The following list shows individual HTTP paths exposed through Envoy for external services like Prometheus. Read more about this in our documentation.
+ There are no individual HTTP paths exposed through Envoy for external services like Prometheus. Read more about this in our