mirror of
https://github.com/status-im/consul.git
synced 2025-02-01 08:27:20 +00:00
7e0c7af2fa
PRs #7610 and #7962 changed the locations/URLs for the gateway docs which results in a HTTP 404 Not Found being returned when accessing the previous URLs. Update URLs for gateway docs to point to new URLs. PR #8243 adds corresponding redirects on consul.io.
18 lines
597 B
Handlebars
18 lines
597 B
Handlebars
<div id="services" class="tab-section">
|
|
<div role="tabpanel">
|
|
{{#if (gt gatewayServices.length 0)}}
|
|
<section>
|
|
<p>
|
|
The following services may receive traffic from external services through this gateway. Learn more about configuring gateways in our
|
|
<a href="{{env 'CONSUL_DOCS_URL'}}/connect/terminating-gateway" target="_blank" rel="noopener noreferrer">step-by-step guide</a>.
|
|
</p>
|
|
<ConsulServiceList @items={{gatewayServices}} @nspace={{nspace}} />
|
|
</section>
|
|
{{else}}
|
|
<p>
|
|
There are no linked services.
|
|
</p>
|
|
{{/if}}
|
|
</div>
|
|
</div>
|