- {{#if (env 'CONSUL_NSPACES_ENABLED')}}
- {{#if (not-eq item.DestinationType 'prepared_query')}}
+{{#if (env 'CONSUL_NSPACES_ENABLED')}}
+ {{#if (not-eq item.DestinationType 'prepared_query')}}
- -
-
- Namespace
-
+
-
+ Namespace
-
{{or item.DestinationNamespace 'default'}}
- {{/if}}
- {{/if}}
- {{#if (and (not-eq item.Datacenter @dc) (not-eq item.Datacenter ""))}}
+ {{/if}}
+{{/if}}
+{{#if (and (not-eq item.Datacenter @dc) (not-eq item.Datacenter ""))}}
- -
-
- Datacenter
-
+
-
+ Datacenter
-
{{item.Datacenter}}
- {{/if}}
- {{#if item.LocalBindSocketPath}}
-
- -
- Local bind socket path
-
- -
-
- {{item.LocalBindSocketPath}}
-
-
-
- - mode
- -
- {{or item.LocalBindSocketMode '-'}}
-
-
- {{else}}
- {{#if (gt item.LocalBindPort 0)}}
- {{#let (concat (or item.LocalBindAddress '127.0.0.1') ':' item.LocalBindPort) as |combinedAddress|}}
+{{/if}}
+{{#if item.LocalBindSocketPath}}
+
+ -
+ Local bind socket path
+
+ -
+
+ {{item.LocalBindSocketPath}}
+
+
+
+ -
+ Mode
+
+ -
+ {{or item.LocalBindSocketMode '-'}}
+
+
+{{else}}
+ {{#if (gt item.LocalBindPort 0)}}
+ {{#let (concat (or item.LocalBindAddress '127.0.0.1') ':' item.LocalBindPort) as |combinedAddress|}}
-
-
- Address
-
+ Address
-
- {{/let}}
- {{/if}}
-
- {{/if}}
+ {{/let}}
+ {{/if}}
+{{/if}}