mirror of https://github.com/status-im/consul.git
7 lines
239 B
Handlebars
7 lines
239 B
Handlebars
|
<div class="tab-section">
|
||
|
<div role="tabpanel">
|
||
|
{{#if (gt proxy.Service.Proxy.Upstreams.length 0)}}
|
||
|
<Consul::UpstreamInstance::List @items={{proxy.Service.Proxy.Upstreams}} @dc={{dc}} @nspace={{nspace}} />
|
||
|
{{/if}}
|
||
|
</div>
|
||
|
</div>
|