Add per-container update status indicator in AIO interface

Co-authored-by: szaimen <42591237+szaimen@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-02-11 17:10:53 +00:00
parent bd772e19ca
commit 6297358d48

View File

@@ -17,6 +17,9 @@
{% if c.documentation != '' %}
(<a target="_blank" href="{{ c.documentation }}">docs</a>)
{% endif %}
{% if c.GetUpdateState().value == 'different' %}
<span style="color: #ff6b00; font-weight: bold;">⚠️ Update available</span>
{% endif %}
</span>
{% if c.GetUiSecret() != '' %}
<details>