Merge pull request #7587 from nextcloud/enh/7572/show-version-state

aio-interface: show which containers have an update available
This commit is contained in:
Simon L.
2026-02-13 10:52:57 +01:00
committed by GitHub

View File

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