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:
Sunil Mohan Adapa 2019-08-29 13:15:03 -07:00 committed by James Valleroy
parent 0465ce0efd
commit 786b1efcf3
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -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>