mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-02-04 13:06:53 +00:00
fix detail
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
1f819e403b
commit
37b33c7f4b
1 changed files with 1 additions and 1 deletions
|
|
@ -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 %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue