mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-11-08 05:03:27 +08:00
link to borg logs while borg is running
Not sure if mastercontainer is wanted, but I think it should link to borgs logs Signed-off-by: Zoey <zoey@z0ey.de>
This commit is contained in:
parent
25c580bca3
commit
f415bba72b
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@
|
|||
{% endfor %}
|
||||
|
||||
{% if is_daily_backup_running == true %}
|
||||
<p><span class="status running"></span> Daily backup currently running. (<a href="/api/docker/logs?id=nextcloud-aio-mastercontainer" target="_blank">Logs</a>)</p>
|
||||
<p><span class="status running"></span> Daily backup currently running. (<a href="/api/docker/logs?id=nextcloud-aio-borgbackup" target="_blank">Logs</a>)</p>
|
||||
{% if automatic_updates == true %}
|
||||
<p>This will update your containers, the mastercontainer and, on Saturdays, your Nextcloud apps if the backup is successful.</p>
|
||||
{% if is_mastercontainer_update_available == true %}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue