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 %}