refactor(thermograph): temperature column now displays the correct data
This commit is contained in:
parent
b51c0c938b
commit
6cf1737c0d
|
@ -24,7 +24,7 @@
|
|||
<vn-tbody>
|
||||
<vn-tr ng-repeat="thermograph in $ctrl.travelThermographs">
|
||||
<vn-td>{{::thermograph.thermographFk}} </vn-td>
|
||||
<vn-td>{{::thermograph.temperature}} </vn-td>
|
||||
<vn-td>{{::thermograph.temperatureFk}} </vn-td>
|
||||
<vn-td expand>{{::thermograph.result}}</vn-td>
|
||||
<vn-td>{{::thermograph.warehouse.name}}</vn-td>
|
||||
<vn-td expand>{{::thermograph.created | date: 'dd/MM/yyyy'}}</vn-td>
|
||||
|
|
Loading…
Reference in New Issue