From 0b51eab5533dec45198980616746b44650e4670d Mon Sep 17 00:00:00 2001 From: szaimen Date: Tue, 8 Mar 2022 22:06:02 +0100 Subject: [PATCH] add optional section Signed-off-by: szaimen --- php/templates/containers.twig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/php/templates/containers.twig b/php/templates/containers.twig index 3875d266..424c7b0b 100644 --- a/php/templates/containers.twig +++ b/php/templates/containers.twig @@ -256,6 +256,10 @@ {% endif %} {% endif %} {% endif %} +

Optional

+ In this section, you will find optional addons in the future. + It will disable the ability to change them when any containers are running and allow to change them when they are stopped. + Also, it will display possible sections for optional addons. (which itself will be displayed when enabled and running). {% endif %} {% endif %}