From 6297358d487f89246706b99b1b5c7f1d7ccd89ec Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Wed, 11 Feb 2026 17:10:53 +0000
Subject: [PATCH] Add per-container update status indicator in AIO interface
Co-authored-by: szaimen <42591237+szaimen@users.noreply.github.com>
---
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..67ea9326 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() != '' %}