From d14ac5cd1d29e413ec6600d461324559727dde81 Mon Sep 17 00:00:00 2001 From: "Simon L." Date: Wed, 22 May 2024 15:22:59 +0200 Subject: [PATCH] add borg_backup_mode to Backup container status Signed-off-by: Simon L --- 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 8c1acd1a..d8fab230 100644 --- a/php/templates/containers.twig +++ b/php/templates/containers.twig @@ -208,7 +208,7 @@ {% endif %} {% if is_backup_container_running == true %} - Backup container is currently running. (Logs)

+ Backup container is currently running: {{ borg_backup_mode }} (Logs)

Reload ↻

{% endif %}