consul/ui-v2/app/templates/dc/nodes/-healthchecks.hbs
John Cowen aea3d00a9d ui: Move to angle brackets for ember components (#7321)
* 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>
2020-05-12 17:14:05 +00:00

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}}