mirror of https://github.com/hashicorp/consul
15 lines
334 B
Handlebars
15 lines
334 B
Handlebars
{{!
|
|
Copyright (c) HashiCorp, Inc.
|
|
SPDX-License-Identifier: MPL-2.0
|
|
}}
|
|
|
|
<Route
|
|
@name={{routeName}}
|
|
as |route|>
|
|
{{#if (eq route.model.item.Checks.length 0)}}
|
|
{{did-insert (route-action 'replaceWith' 'dc.nodes.show.services')}}
|
|
{{else}}
|
|
{{did-insert (route-action 'replaceWith' 'dc.nodes.show.healthchecks')}}
|
|
{{/if}}
|
|
</Route>
|