mirror of
https://github.com/status-im/consul.git
synced 2025-02-10 20:56:46 +00:00
* Return all services except Proxies * Add Gateway icon to the codebase * Create and implement ConsulExternalSource component * Fix tests to work with new mock data and add a Gateway test * Update consul-api-double to 2.14.3
6 lines
96 B
JavaScript
6 lines
96 B
JavaScript
import Component from '@ember/component';
|
|
|
|
export default Component.extend({
|
|
tagName: '',
|
|
});
|