{{#app-view class="service list"}} {{#block-slot 'notification' as |status type|}} {{partial 'dc/services/notifications'}} {{/block-slot}} {{#block-slot 'header'}}

Services {{format-number items.length}} total

{{/block-slot}} {{#block-slot 'toolbar'}} {{#if (gt items.length 0) }} {{#phrase-editor placeholder=(if (eq terms.length 0) 'service:name tag:name status:critical search-term' '') items=terms searchable=searchable}}{{/phrase-editor}} {{/if}} {{/block-slot}} {{#block-slot 'content'}} {{#changeable-set dispatcher=searchable}} {{#block-slot 'set' as |filtered|}} {{#tabular-collection route='dc.services.show' key='Name' items=filtered as |item index| }} {{#block-slot 'header'}} Service Type Health ChecksThe number of health checks for the service on all nodes Tags {{/block-slot}} {{#block-slot 'row'}} {{item.Name}} {{#if (eq item.Kind 'connect-proxy')}} Proxy {{else}}   {{/if}} {{healthcheck-info passing=item.ChecksPassing warning=item.ChecksWarning critical=item.ChecksCritical passingWidth=passingWidth warningWidth=warningWidth criticalWidth=criticalWidth }} {{#if (gt item.Tags.length 0)}} {{#each item.Tags as |item|}} {{item}} {{/each}} {{/if}} {{/block-slot}} {{/tabular-collection}} {{/block-slot}} {{#block-slot 'empty'}}

There are no services.

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