diff --git a/php/templates/containers.twig b/php/templates/containers.twig index a9207f13..31a73c02 100644 --- a/php/templates/containers.twig +++ b/php/templates/containers.twig @@ -168,7 +168,7 @@ {% if borg_backup_host_location != "" %}

Backup and restore

- {% if has_backup_run_once == true and isBackupContainerRunning == false %} + {% if isBackupContainerRunning == false %} {% if backup_exit_code > 0 %} Last {{ borg_backup_mode }} failed! (Logs)

{% elseif backup_exit_code == 0 %}