refactor(thermograph): temperature column now displays the correct data

This commit is contained in:
Carlos Jimenez Ruiz 2021-09-28 11:59:04 +02:00
parent b51c0c938b
commit 6cf1737c0d
1 changed files with 1 additions and 1 deletions

View File

@ -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>