From 187bf3f7673ef77e8973ed0655af8c464826f188 Mon Sep 17 00:00:00 2001 From: Simon L Date: Sat, 1 Apr 2023 14:44:39 +0200 Subject: [PATCH] only show the note about nc26 when all containers are started 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 5605616a..69aef938 100644 --- a/php/templates/containers.twig +++ b/php/templates/containers.twig @@ -252,7 +252,7 @@ {% else %} {% if is_mastercontainer_update_available == false %} Your containers are up-to-date.

- {% if newMajorVersion != '' and isAnyRunning == true %} + {% if newMajorVersion != '' and isAnyRunning == true and isApacheStarting != true %}
Note about Nextcloud {{ newMajorVersion }}
If you haven't upgraded to Nextcloud {{ newMajorVersion }} yet and want to do that now, feel free to follow this documentation