mirror of https://github.com/status-im/consul.git
12 lines
332 B
Handlebars
12 lines
332 B
Handlebars
<div id="service-checks" class="tab-section">
|
|
<div role="tabpanel">
|
|
{{#if (gt item.ServiceChecks.length 0) }}
|
|
<HealthcheckList @items={{item.ServiceChecks}} @exposed={{proxy.ServiceProxy.Expose.Checks}} />
|
|
{{else}}
|
|
<p>
|
|
This instance has no service health checks.
|
|
</p>
|
|
{{/if}}
|
|
</div>
|
|
</div>
|