9 lines
169 B
Handlebars
9 lines
169 B
Handlebars
|
{{#if (gt item.ServiceChecks.length 0) }}
|
||
|
{{healthcheck-list items=item.ServiceChecks}}
|
||
|
{{else}}
|
||
|
<p>
|
||
|
This instance has no service health checks.
|
||
|
</p>
|
||
|
{{/if}}
|
||
|
|