From 3e9b191f94bfe0cff9a24d4380017aa5fa872840 Mon Sep 17 00:00:00 2001 From: szaimen Date: Wed, 30 Mar 2022 18:21:51 +0200 Subject: [PATCH] move some stuff a bit around Signed-off-by: szaimen --- php/templates/containers.twig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/php/templates/containers.twig b/php/templates/containers.twig index 3ca64948..7d839a2f 100644 --- a/php/templates/containers.twig +++ b/php/templates/containers.twig @@ -55,7 +55,6 @@ Mastercontainer update currently running. It will restart the mastercontainer soon which will make it unavailable for a moment. Please wait until that's done.

Reload ↻
{% else %} - You are currently running the {{ current_channel }} channel. (Logs)

{% if isBackupContainerRunning == false and domain == "" %} {% if is_mastercontainer_update_available == true %}

Mastercontainer update

@@ -66,8 +65,8 @@ {% else %} - Nextcloud AIO stands for Nextcloud All In One and provides easy deployment and maintenance with most features included in this one Nextcloud instance.

{% if borg_backup_host_location == '' and borg_restore_password == '' %} + Nextcloud AIO stands for Nextcloud All In One and provides easy deployment and maintenance with most features included in this one Nextcloud instance.

New AIO instance

Please type in the domain that will be used for Nextcloud if you want to create a new instance:

@@ -152,6 +151,7 @@ {% endif %} {% if domain != "" %} + You are currently running the {{ current_channel }} channel. (Logs)

{% if isAnyRunning == true %} {% if isApacheStarting != true %}