From 37b33c7f4bae0470200d3647f0d7df58d76eccd4 Mon Sep 17 00:00:00 2001 From: szaimen Date: Thu, 31 Mar 2022 19:00:59 +0200 Subject: [PATCH] fix detail Signed-off-by: szaimen --- 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 36ddfb48..d995f691 100644 --- a/php/templates/containers.twig +++ b/php/templates/containers.twig @@ -276,8 +276,8 @@ {% endif %} {% if borg_backup_host_location != "" %} -

Backup and restore

{% if is_backup_container_running == false %} +

Backup and restore

{% if backup_exit_code > 0 %} Last {{ borg_backup_mode }} failed! (Logs)

{% elseif backup_exit_code == 0 %}