{{#app-view class="service show"}} {{#block-slot 'breadcrumbs'}}
  1. All Services
{{/block-slot}} {{#block-slot 'header'}}

{{ item.Service.Service }}

{{/block-slot}} {{#block-slot 'toolbar'}} {{#if (gt items.length 0) }} {{catalog-filter filters=healthFilters search=filters.s status=filters.status onchange=(action 'filter')}} {{/if}} {{/block-slot}} {{#block-slot 'content'}} {{#if (gt item.Tags.length 0)}}
Tags
{{join ', ' item.Tags}}
{{/if}} {{#if (gt unhealthy.length 0) }}

Unhealthy Nodes

{{/if}} {{#if (gt healthy.length 0) }}

Healthy Nodes

{{#list-collection items=healthy cell-layout=(percentage-columns-layout healthy.length columns 100) as |item index| }} {{healthchecked-resource href=(href-to 'dc.nodes.show' item.Node.Node) data-test-node=item.Node.Node name=item.Node.Node address=item.Node.Address checks=item.Checks status=item.Checks.[0].Status }} {{/list-collection}}
{{/if}} {{/block-slot}} {{/app-view}}