From f415bba72b4e83e9c76524858d465035802c688e Mon Sep 17 00:00:00 2001 From: Zoey Date: Wed, 26 Mar 2025 21:28:05 +0100 Subject: [PATCH 1/2] 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 %} From 62b03a1de20f451f940117d15599a14be0e2d718 Mon Sep 17 00:00:00 2001 From: Zoey Date: Thu, 27 Mar 2025 06:29:03 +0100 Subject: [PATCH 2/2] Apply suggestion Co-authored-by: Simon L. 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 42860e6d..66ebb121 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. (Mastercontainer logs) (Borg backup container 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 %}