John Cowen dfe57406de
ui: Defer requesting gateway related services until the tab is visible (#8803)
* ui: Defer requesting gateway related services until the tab is visible

* Extend one route with the other as they are the same thing dsatawise
2020-10-05 14:48:26 +01:00

6 lines
113 B
JavaScript

import Route from './services';
export default Route.extend({
templateName: 'dc/services/show/upstreams',
});