mirror of
https://github.com/status-im/consul.git
synced 2025-01-16 08:45:37 +00:00
8643565b30
* Remove Proxy link and add ExternalSource to instance detail page header * Create HealthChecks tab with route and styling * Fix up tests to fit redesign of Service Instances Detail page
7 lines
163 B
JavaScript
7 lines
163 B
JavaScript
import Route from '@ember/routing/route';
|
|
import to from 'consul-ui/utils/routing/redirect-to';
|
|
|
|
export default Route.extend({
|
|
redirect: to('healthchecks'),
|
|
});
|