aio-interface: show which containers have an update available

Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
Simon L. 2026-02-13 10:01:18 +01:00
parent 94bb848352
commit 7e5d8a20d2

View file

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