mirror of
https://github.com/status-im/consul.git
synced 2025-01-31 07:57:17 +00:00
bc77d91587
* Remove Proxy Info and create Upstreams and Exposed Paths tabs * Update routes formatting * Update typo for Expose.Checks * Remove, update, and add tests * Make consul-upstream-instance-list into a glimmer component * Create styling for upstream-instance-list component
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> |