Adding computedType to measurements

This commit is contained in:
Matthew Dillon 2015-03-19 11:04:17 -08:00
parent 38a382279a
commit ddc306ef29
3 changed files with 16 additions and 3 deletions

View file

@ -1,4 +1,5 @@
<td>{{measurement.characteristic}}</td>
<td>{{measurement.computedType}}</td>
<td>{{{measurement.computedValue}}}</td>
<td>{{measurement.notes}}</td>
<td>{{measurement.testMethod}}</td>

View file

@ -2,6 +2,7 @@
<thead>
<tr>
<th>Characteristic</th>
<th>Measurement Type</th>
<th>Measurement</th>
<th>Notes</th>
<th>Test Method</th>