mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-09-19 04:59:01 +00:00
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:
parent
55355726d5
commit
5c90e9c68b
@ -66,7 +66,6 @@
|
|||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>{% trans "Name" %}</th>
|
<th>{% trans "Name" %}</th>
|
||||||
<th>{% trans "Time" %}</th>
|
|
||||||
<th></th>
|
<th></th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
@ -75,7 +74,6 @@
|
|||||||
{% for archive in archives %}
|
{% for archive in archives %}
|
||||||
<tr id="archive-{{ archive.name }}" class="archive">
|
<tr id="archive-{{ archive.name }}" class="archive">
|
||||||
<td class="archive-name">{{ archive.name }}</td>
|
<td class="archive-name">{{ archive.name }}</td>
|
||||||
<td class="archive-time">{{ archive.time }}</td>
|
|
||||||
<td class="archive-operations">
|
<td class="archive-operations">
|
||||||
<a class="archive-export btn btn-sm btn-default"
|
<a class="archive-export btn btn-sm btn-default"
|
||||||
href="{% url 'backups:export' archive.name %}">
|
href="{% url 'backups:export' archive.name %}">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user