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
commit 225918320a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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>