fix detail

Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
szaimen 2022-03-31 19:00:59 +02:00
parent 1f819e403b
commit 37b33c7f4b

View file

@ -276,8 +276,8 @@
{% endif %}
{% if borg_backup_host_location != "" %}
<h2>Backup and restore</h2>
{% if is_backup_container_running == false %}
<h2>Backup and restore</h2>
{% if backup_exit_code > 0 %}
<span class="status error"></span> Last {{ borg_backup_mode }} failed! (<a href="/api/docker/logs?id=nextcloud-aio-borgbackup">Logs</a>)<br /><br />
{% elseif backup_exit_code == 0 %}