diff --git a/php/templates/containers.twig b/php/templates/containers.twig
index e95ba18f..2cfe391b 100644
--- a/php/templates/containers.twig
+++ b/php/templates/containers.twig
@@ -154,7 +154,7 @@
Clicking on the button below will download all docker containers and start them. This can take a lot of time depending on your internect connection. Since the overall size is a few GB, this will take around 5-10 min or more. So be aware and patient!
{% endif %}
{% if is_mastercontainer_update_available == true %}
- ⚠ Please update your mastercontainer. Afterwards, you will be able to start your containers again.
+ ⚠ Please update your mastercontainer. (The update button is in the Mastercontainer section below the Backup section. Click here to go there.) Afterwards, you will be able to start your containers again.
{% else %}
{% if was_start_button_clicked == false or has_update_available == false %}
- {% else %}
- ⚠ A mastercontainer update is available. Please stop your containers in order to be able to update the mastercontainer.
- {% endif %}
- {% if current_channel starts with 'latest' %}
- You can find the changelog here
- {% elseif current_channel starts with 'beta' %}
- You can find the changelog here
- {% elseif current_channel starts with 'develop' %}
- You can find all changes here
- {% endif %}
- {% endif %}
- {% if isApacheStarting == false %}
- AIO password change
- You can change your AIO password below:
-
- The new password needs to be at least 24 characters long. Allowed characters are the latin characters 'a-z', 'A-Z', '0-9' and spaces.
- {% endif %}
- {% endif %}
{% if isBackupOrRestoreRunning == false and borg_backup_host_location == "" and isApacheStarting != true %}
Backup and restore
@@ -285,6 +248,43 @@
Reload ↻
{% endif %}
{% endif %}
+
+ {% if isBackupOrRestoreRunning == false %}
+ Mastercontainer
+ You are currently running the {{ current_channel }} channel. (Logs)
+
+ {% if is_mastercontainer_update_available == true %}
+ {% if isAnyRunning == false %}
+ ⚠ A mastercontainer update is available. Please click on the button below to update it.
+
+ {% else %}
+ ⚠ A mastercontainer update is available. Please stop your containers in order to be able to update the mastercontainer.
+ {% endif %}
+ {% if current_channel starts with 'latest' %}
+ You can find the changelog here
+ {% elseif current_channel starts with 'beta' %}
+ You can find the changelog here
+ {% elseif current_channel starts with 'develop' %}
+ You can find all changes here
+ {% endif %}
+ {% endif %}
+ {% if isApacheStarting == false %}
+ AIO password change
+ You can change your AIO password below:
+
+ The new password needs to be at least 24 characters long. Allowed characters are the latin characters 'a-z', 'A-Z', '0-9' and spaces.
+ {% endif %}
+ {% endif %}
{% endif %}
Optional
In this section, you will find optional addons in the future.