From f415bba72b4e83e9c76524858d465035802c688e Mon Sep 17 00:00:00 2001 From: Zoey Date: Wed, 26 Mar 2025 21:28:05 +0100 Subject: [PATCH] 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 --- php/templates/containers.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php/templates/containers.twig b/php/templates/containers.twig index ce8a59cb..42860e6d 100644 --- a/php/templates/containers.twig +++ b/php/templates/containers.twig @@ -60,7 +60,7 @@ {% endfor %} {% if is_daily_backup_running == true %} -

Daily backup currently running. (Logs)

+

Daily backup currently running. (Logs)

{% if automatic_updates == true %}

This will update your containers, the mastercontainer and, on Saturdays, your Nextcloud apps if the backup is successful.

{% if is_mastercontainer_update_available == true %}