From b88b55feb405719b32727fcc9b6ca6299b7cf777 Mon Sep 17 00:00:00 2001 From: szaimen Date: Thu, 6 Oct 2022 18:27:19 +0200 Subject: [PATCH] add channel advice 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 24e1dc5a..d2a59ace 100644 --- a/php/templates/containers.twig +++ b/php/templates/containers.twig @@ -167,7 +167,11 @@ {% endif %} {% if domain != "" and was_start_button_clicked == true %} + {% if current_channel starts with 'latest' or current_channel starts with 'beta' or current_channel starts with 'develop' %} You are running the {{ current_channel }} channel. (Logs)

+ {% else %} + No channel was found. This means that AIO is not able to update itself and its component and will also not be able to report about updates. Updates need to be done externally. + {% endif %} {% endif %} {% if is_backup_container_running == true %}