Extend LD Model

This commit is contained in:
2017-01-09 15:37:25 +01:00
parent 5c21ec8699
commit 6610c3b48e
3 changed files with 31 additions and 0 deletions

View File

@@ -12,6 +12,8 @@
<th>Table</th>
<th>Timestamp</th>
<th>On_Off</th>
<th>Proc</th>
<th>Error</th>
</tr>
{% for location_data in object_list %}
<tr>
@@ -20,6 +22,8 @@
<td>{{ location_data.table_no }}</td>
<td>{{ location_data.tst }}</td>
<td>{{ location_data.on_off }}</td>
<td>{{ location_data.processed }}</td>
<td>{{ location_data.error_msg }}</td>
</tr>
{% endfor %}
</table>