Include created and last_updated fields

This commit is contained in:
Jeremy Stretch
2016-06-22 10:57:32 -04:00
parent cb5991d5a6
commit 338539e0d6
12 changed files with 92 additions and 12 deletions

View File

@@ -11,7 +11,7 @@
<div class="col-md-6">
<div class="panel panel-default">
<div class="panel-heading">
<strong>Hardware</strong>
<strong>Device</strong>
</div>
<table class="table table-hover panel-body">
<tr>
@@ -54,6 +54,14 @@
{% endif %}
</td>
</tr>
<tr>
<td>Created</td>
<td>{{ device.created }}</td>
</tr>
<tr>
<td>Last Updated</td>
<td>{{ device.last_updated }}</td>
</tr>
</table>
</div>
<div class="panel panel-default">