{{#if (gt items.length 0)}} {{#tabular-collection items=items as |item index|}} {{#block-slot name='header'}} Service Health Checks The number of health checks for the service on all nodes Tags {{/block-slot}} {{#block-slot name='row'}} {{#let (service/external-source item) as |externalSource| }} {{#if externalSource }} {{else}} {{/if}} {{/let}} {{item.Name}} {{healthcheck-info passing=item.ChecksPassing warning=item.ChecksWarning critical=item.ChecksCritical passingWidth=passingWidth warningWidth=warningWidth criticalWidth=criticalWidth }} {{tag-list items=item.Tags}} {{/block-slot}} {{/tabular-collection}} {{/if}}