backups: Don't display time as separate column

Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
Reviewed-by: Joseph Nuthalapati <njoseph@thoughtworks.com>
This commit is contained in:
James Valleroy 2018-09-01 20:26:22 -04:00 committed by Joseph Nuthalapati
parent 55355726d5
commit 5c90e9c68b
No known key found for this signature in database
GPG Key ID: 5398F00A2FA43C35

View File

@ -66,7 +66,6 @@
<thead>
<tr>
<th>{% trans "Name" %}</th>
<th>{% trans "Time" %}</th>
<th></th>
</tr>
</thead>
@ -75,7 +74,6 @@
{% for archive in archives %}
<tr id="archive-{{ archive.name }}" class="archive">
<td class="archive-name">{{ archive.name }}</td>
<td class="archive-time">{{ archive.time }}</td>
<td class="archive-operations">
<a class="archive-export btn btn-sm btn-default"
href="{% url 'backups:export' archive.name %}">