From 7e5d8a20d2c76fc60a05bcac2c4e8d2bddf9e872 Mon Sep 17 00:00:00 2001 From: "Simon L." Date: Fri, 13 Feb 2026 10:01:18 +0100 Subject: [PATCH] aio-interface: show which containers have an update available Signed-off-by: Simon L. --- php/templates/components/container-state.twig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/php/templates/components/container-state.twig b/php/templates/components/container-state.twig index 07580e66..974c12b2 100644 --- a/php/templates/components/container-state.twig +++ b/php/templates/components/container-state.twig @@ -17,6 +17,9 @@ {% if c.documentation != '' %} (docs) {% endif %} + {% if c.GetUpdateState().value == 'different' %} + ⚠️ Update available + {% endif %} {% if c.GetUiSecret() != '' %}