Remove mesa-index-row component
This commit is contained in:
parent
92d55265b2
commit
ab2a169114
2 changed files with 0 additions and 14 deletions
|
@ -1,5 +0,0 @@
|
||||||
import Ember from 'ember';
|
|
||||||
|
|
||||||
export default Ember.Component.extend({
|
|
||||||
tagName: 'tr',
|
|
||||||
});
|
|
|
@ -1,9 +0,0 @@
|
||||||
<td>
|
|
||||||
{{scientific-name strain=data.strain}}
|
|
||||||
</td>
|
|
||||||
<td>
|
|
||||||
{{data.characteristic.characteristicName}}
|
|
||||||
</td>
|
|
||||||
<td>
|
|
||||||
{{{data.value}}}
|
|
||||||
</td>
|
|
Reference in a new issue