More species-strain detail
This commit is contained in:
parent
f3aaa4739d
commit
7260b95937
8 changed files with 46 additions and 13 deletions
|
@ -12,7 +12,7 @@
|
|||
<thead>
|
||||
<tr>
|
||||
<th {{action "setSortBy" "fullName"}}>Name</th>
|
||||
<th {{action "setSortBy" "totalMeasurements"}}>Measurements</th>
|
||||
<th {{action "setSortBy" "totalMeasurements"}}>Total Measurements</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
|
|
@ -1 +1,8 @@
|
|||
{{strains/strain-details strain=model isEditing=true isNew=true action="cancelStrain"}}
|
||||
{{
|
||||
strains/strain-details
|
||||
strain=model.strain
|
||||
species=model.species
|
||||
isEditing=true
|
||||
isNew=true
|
||||
action="cancelStrain"
|
||||
}}
|
||||
|
|
Reference in a new issue