diff --git a/php/public/style.css b/php/public/style.css
index a014166c..3c619b24 100644
--- a/php/public/style.css
+++ b/php/public/style.css
@@ -23,6 +23,10 @@ a {
outline: none;
}
+summary {
+ cursor: pointer;
+}
+
ul {
list-style: none;
padding: 0;
diff --git a/php/templates/containers.twig b/php/templates/containers.twig
index 3073936f..bf7d0152 100644
--- a/php/templates/containers.twig
+++ b/php/templates/containers.twig
@@ -55,6 +55,7 @@
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 isBackupOrRestoreRunning == false and domain == "" %}
{% if is_mastercontainer_update_available == true %}
Mastercontainer update
@@ -140,6 +141,13 @@
{% if isApacheStarting != true %}
{% if is_mastercontainer_update_available == true %}
⚠ A mastercontainer update is available. Please click on the button below to stop your containers in order to be able to update the mastercontainer.
+ {% 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 %}
{% else %}
{% if was_start_button_clicked == false or has_update_available == false %}
{% endif %}
{% endif %}
+ {% if has_backup_run_once == false %}
+
+ {% else %}
+
+ {% endif %}
{% else %}
Backup container currently running. (Logs)
@@ -262,30 +275,8 @@
{% endif %}
{% if isBackupContainerRunning == 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
+ AIO password change
Click here to change your AIO password
You can change your AIO password below:
@@ -303,16 +294,16 @@
{% endif %}
{% if isBackupContainerRunning == false %}
Optional
- In this section, you can find optional addons.
- You can change the state of them when your containers are stopped.
+ In this section, you can find optional addons.
+ You can enable or disaable them when your containers are stopped.