{{#app-view class="service list"}} {{!TODO: Look at the item passed through to figure what partial to show, also move into its own service partial, for the moment keeping here for visibility}} {{#block-slot 'notification' as |status type|}} {{partial 'dc/acls/notifications'}} {{/block-slot}} {{#block-slot 'header'}}

Services

{{/block-slot}} {{#block-slot 'toolbar'}} {{#if (gt items.length 0) }} {{catalog-filter searchable=searchable filters=healthFilters search=filters.s status=filters.status onchange=(action 'filter')}} {{/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 Health ChecksThe number of health checks for the service on all nodes Tags {{/block-slot}} {{#block-slot 'row'}} {{item.Name}} {{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}}