mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 13:26:07 +00:00
5dad95faf1
We previoulsy had some pretty straightforward duplicated code for rendering our metadata list for both Service Metadata and Node Metadata. This moves this code into a component.
6 lines
96 B
JavaScript
6 lines
96 B
JavaScript
import Component from '@ember/component';
|
|
|
|
export default Component.extend({
|
|
tagName: '',
|
|
});
|