mirror of
https://github.com/status-im/consul.git
synced 2025-01-19 02:03:00 +00:00
dfe57406de
* ui: Defer requesting gateway related services until the tab is visible * Extend one route with the other as they are the same thing dsatawise
6 lines
113 B
JavaScript
6 lines
113 B
JavaScript
import Route from './services';
|
|
|
|
export default Route.extend({
|
|
templateName: 'dc/services/show/upstreams',
|
|
});
|