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

@@ -23,7 +23,7 @@
<div class="col-md-6">
<div class="panel panel-default">
<div class="panel-heading">
<strong>Details</strong>
<strong>VRF</strong>
</div>
<table class="table table-hover panel-body">
<tr>
@@ -39,6 +39,14 @@
<span class="text-muted">None</span>
{% endif %}
</td>
</tr>
<tr>
<td>Created</td>
<td>{{ vrf.created }}</td>
</tr>
<tr>
<td>Last Updated</td>
<td>{{ vrf.last_updated }}</td>
</tr>
</table>
</div>