a350dda6a8
* 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'),
|
|
});
|