From b30ef900e1305248815c795d2068ad3cd4bfef03 Mon Sep 17 00:00:00 2001 From: "Simon L." Date: Tue, 3 Jun 2025 23:57:38 +0200 Subject: [PATCH] aio-interface: disable talk-recording correctly Signed-off-by: Simon L. Revert "aio-interface: disable talk-recording correctly" This reverts commit e9711aae78db91359aa6d6bfaf87f60a4453287c. Update containers.twig --- php/templates/containers.twig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/php/templates/containers.twig b/php/templates/containers.twig index 810117bf..ac59f7c0 100644 --- a/php/templates/containers.twig +++ b/php/templates/containers.twig @@ -25,6 +25,9 @@ {# timezone-prefill #} + {# js for optional containers and additional containers forms #} + + {% set hasBackupLocation = borg_backup_host_location or borg_remote_repo %} {% set isAnyRunning = false %} {% set isAnyRestarting = false %} @@ -607,9 +610,6 @@ {% endif %} {% endif %} - - - {% if isApacheStarting == true or is_backup_container_running == true or isWatchtowerRunning == true or is_daily_backup_running == true %} {% else %}