mirror of https://github.com/hashicorp/consul
13 lines
275 B
Handlebars
13 lines
275 B
Handlebars
|
<div id="node-checks" class="tab-section">
|
||
|
<div role="tabpanel">
|
||
|
{{#if (gt item.NodeChecks.length 0) }}
|
||
|
<HealthcheckList @items={{item.NodeChecks}} />
|
||
|
{{else}}
|
||
|
<p>
|
||
|
This instance has no node health checks.
|
||
|
</p>
|
||
|
{{/if}}
|
||
|
</div>
|
||
|
</div>
|
||
|
|