{{#if (gt items.length 0) }}
{{freetext-filter searchable=searchable value=s placeholder="Search"}}
{{/if}} {{#changeable-set dispatcher=searchable}} {{#block-slot name='set' as |filtered|}} {{#tabular-collection data-test-instances items=filtered as |item index| }} {{#block-slot name='header'}} ID Node Address Node Checks Service Checks {{/block-slot}} {{#block-slot name='row'}} {{ or item.Service.ID item.Service.Service }} {{item.Node.Node}} {{item.Service.Address}}:{{item.Service.Port}} {{#with (reject-by 'ServiceID' '' item.Checks) as |checks|}} {{healthcheck-info passing=(filter-by 'Status' 'passing' checks) warning=(filter-by 'Status' 'warning' checks) critical=(filter-by 'Status' 'critical' checks) }} {{/with}} {{#with (filter-by 'ServiceID' '' item.Checks) as |checks|}} {{healthcheck-info passing=(filter-by 'Status' 'passing' checks) warning=(filter-by 'Status' 'warning' checks) critical=(filter-by 'Status' 'critical' checks) }} {{/with}} {{/block-slot}} {{/tabular-collection}} {{/block-slot}} {{#block-slot name='empty'}}

There are no services.

{{/block-slot}} {{/changeable-set}}