mirror of
https://github.com/status-im/consul.git
synced 2025-01-19 10:15:06 +00:00
d459bfd81c
* Remove gateway endpoint adapter, model, and serializer and tests * Update service tests to handle gateway-services-nodes * Upgrade consul-api-double to 2.15.2 * Add a fairly temporary shouldReconcile method Co-authored-by: John Cowen <jcowen@hashicorp.com>
18 lines
632 B
Handlebars
18 lines
632 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.html" target="_blank" rel="noopener noreferrer">step-by-step guide</a>.
|
|
</p>
|
|
<ConsulServiceList @routeName="dc.services.show" @items={{gatewayServices}} @nspace={{nspace}} />
|
|
</section>
|
|
{{else}}
|
|
<p>
|
|
There are no linked services.
|
|
</p>
|
|
{{/if}}
|
|
</div>
|
|
</div>
|