mirror of
https://github.com/status-im/consul.git
synced 2025-02-07 11:24:21 +00:00
* 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',
|
|
});
|