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

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

{{/block-slot}} {{#block-slot name='toolbar'}} {{#if (gt items.length 0) }} {{phrase-editor placeholder='service:name tag:name status:critical search-term' value=(slice 0 terms.length terms) onchange=(action (mut terms) value='target.value') searchable=searchable }} {{/if}} {{/block-slot}} {{#block-slot name='content'}} {{#changeable-set dispatcher=searchable}} {{#block-slot name='set' as |filtered|}} {{consul-service-list routeName="dc.services.show" items=filtered}} {{/block-slot}} {{#block-slot name='empty'}}

There are no services.

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