Step one, move up to pod root
This commit is contained in:
parent
fa5b741e35
commit
48cd1f4f39
8 changed files with 3 additions and 4 deletions
|
@ -41,7 +41,7 @@
|
|||
<tbody>
|
||||
{{#each sortedMeasurements as |measurement|}}
|
||||
{{
|
||||
protected/strains/show/measurements-table-row
|
||||
protected/strains/measurements-table-row
|
||||
row=measurement
|
||||
canEdit=canEdit
|
||||
}}
|
|
@ -1 +0,0 @@
|
|||
{{loading-panel}}
|
|
@ -74,7 +74,7 @@
|
|||
<dt>Characteristics</dt>
|
||||
<dd>
|
||||
{{
|
||||
protected/strains/show/measurements-table
|
||||
protected/strains/measurements-table
|
||||
model=strain
|
||||
canEdit=false
|
||||
canAdd=false
|
||||
|
|
|
@ -51,7 +51,7 @@
|
|||
</fieldset>
|
||||
<div>
|
||||
{{
|
||||
protected/strains/show/measurements-table
|
||||
protected/strains/measurements-table
|
||||
model=strain
|
||||
canEdit=strain.canEdit
|
||||
canAdd=canAdd
|
||||
|
|
Reference in a new issue