mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-02-18 08:33:41 +00:00
backups: Show repository error in archives table
Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
0465ce0efd
commit
786b1efcf3
@ -100,6 +100,14 @@
|
||||
</tr>
|
||||
{% endfor %}
|
||||
|
||||
{% if repository.error %}
|
||||
<tr>
|
||||
<td>
|
||||
<p>{{ repository.error }}</p>
|
||||
</td>
|
||||
</tr>
|
||||
{% endif %}
|
||||
|
||||
{% if not repository.error and not repository.archives %}
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user