Extend LD Model
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user