mirror of
https://github.com/status-im/consul.git
synced 2025-01-23 03:59:18 +00:00
aea3d00a9d
* Modify templates with codemods angle brackets * ui: Fix up problem with intention filter action attribute Co-authored-by: Kenia <19161242+kaxcode@users.noreply.github.com>
8 lines
146 B
Handlebars
8 lines
146 B
Handlebars
{{#if (gt item.Checks.length 0) }}
|
|
<HealthcheckList @items={{item.Checks}} />
|
|
{{else}}
|
|
<p>
|
|
This node has no health checks.
|
|
</p>
|
|
{{/if}}
|