From 531f0d7f52a8c46fec505bf1a68dedc0ce55e176 Mon Sep 17 00:00:00 2001 From: szaimen Date: Sun, 1 May 2022 21:07:22 +0200 Subject: [PATCH] improve optional addons section Signed-off-by: szaimen --- php/templates/containers.twig | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/php/templates/containers.twig b/php/templates/containers.twig index 37113442..94a7d5aa 100644 --- a/php/templates/containers.twig +++ b/php/templates/containers.twig @@ -398,8 +398,10 @@ {% endif %} {% if is_backup_container_running == false %}

Optional addons

- In this section you can find optional addons.
- You can enable or disable them when your containers are stopped.

+ In this section you can enable or disable optional addons.

+ {% if isAnyRunning == true %} + Note: You can enable or disable them when your containers are stopped.

+ {% endif %}
@@ -410,9 +412,9 @@
{% endif %} {% if is_collabora_enabled == true %} -
+
{% else %} -
+
{% endif %} {% if is_talk_enabled == true %}

@@ -426,6 +428,7 @@ {% endif %}
+ System requirements: When any optional addon is enabled, at least 2GB RAM, a dual-core CPU and 40GB system storage are required. When enabling ClamAV, at least 3GB RAM are required.

{% if isAnyRunning == true or is_x64_platform == false %}