{{title item.Service.Service}} {{partial 'dc/services/notifications'}}
  1. All Services

{{item.Service.Service}} {{#let (service/external-source item.Service) as |externalSource| }} {{#if externalSource }} Registered via {{externalSource}} {{/if}} {{/let}} {{#if (eq item.Service.Kind 'connect-proxy')}} Proxy {{else if (eq item.Service.Kind 'mesh-gateway')}} Mesh Gateway {{/if}}

{{#if urls.service}} {{#templated-anchor data-test-dashboard-anchor href=urls.service vars=(hash Datacenter=dc Service=(hash Name=item.Service.Service)) rel="external"}}Open Dashboard{{/templated-anchor}} {{/if}} {{#each (compact (array (hash id=(slugify 'Instances') partial='dc/services/instances') (if (not-eq chain null) (hash id=(slugify 'Routing') partial='dc/services/routing') '') (hash id=(slugify 'Tags') partial='dc/services/tags') ) ) key="id" as |panel| }} {{partial panel.partial}} {{/each}}