2020-05-12 21:34:47 +00:00
|
|
|
<div id="services" class="tab-section">
|
|
|
|
<div role="tabpanel">
|
2020-05-29 15:07:36 +00:00
|
|
|
{{#if (gt gatewayServices.length 0)}}
|
2020-05-12 21:34:47 +00:00
|
|
|
<section>
|
|
|
|
<p>
|
|
|
|
The following services may receive traffic from external services through this gateway. Learn more about configuring gateways in our
|
2020-05-19 16:18:04 +00:00
|
|
|
<a href="{{env 'CONSUL_DOCS_URL'}}/connect/terminating_gateway.html" target="_blank" rel="noopener noreferrer">step-by-step guide</a>.
|
2020-05-12 21:34:47 +00:00
|
|
|
</p>
|
2020-06-17 09:25:54 +00:00
|
|
|
<ConsulServiceList @items={{gatewayServices}} @nspace={{nspace}} />
|
2020-05-12 21:34:47 +00:00
|
|
|
</section>
|
|
|
|
{{else}}
|
|
|
|
<p>
|
|
|
|
There are no linked services.
|
|
|
|
</p>
|
|
|
|
{{/if}}
|
|
|
|
</div>
|
|
|
|
</div>
|