From b72a1c0e590df155f4885d0e1ffbf021de92c10a Mon Sep 17 00:00:00 2001 From: szaimen Date: Wed, 30 Mar 2022 17:30:22 +0200 Subject: [PATCH] improve showing the current status Signed-off-by: szaimen --- php/templates/containers.twig | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/php/templates/containers.twig b/php/templates/containers.twig index 3ca64948..0fbdf25e 100644 --- a/php/templates/containers.twig +++ b/php/templates/containers.twig @@ -52,7 +52,7 @@ {% endfor %} {% if isWatchtowerRunning == true %} - Mastercontainer update currently running. It will restart the mastercontainer soon which will make it unavailable for a moment. Please wait until that's done.

+ Mastercontainer update currently running. It will restart the mastercontainer soon which will make it unavailable for a moment. Please wait until that's done. (Logs)

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

@@ -146,8 +146,8 @@ {% endif %} {% endif %} {% endif %} - {% if isBackupContainerRunning == true and domain == "" %} - Backup container is currently running.

+ {% if isBackupContainerRunning == true %} + Backup container is currently running. (Logs)

Reload ↻

{% endif %} @@ -163,7 +163,7 @@ Open your Nextcloud ↗
{% else %} {% if isAnyRestarting == false %} - Containers are currently starting.

+ Containers are currently starting.

Reload ↻

{% else %} It seems like at least one container is currently restarting which means it is not able to start correctly.

@@ -340,10 +340,6 @@ {% else %}

{% endif %} - - {% else %} - Backup container currently running. (Logs)

- Reload ↻
{% endif %} {% endif %}