mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-02-14 01:30:19 +00:00
aio-interface: show which containers have an update available
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
94bb848352
commit
7e5d8a20d2
1 changed files with 3 additions and 0 deletions
|
|
@ -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' %}
|
||||||
|
⚠️ Update available
|
||||||
|
{% endif %}
|
||||||
</span>
|
</span>
|
||||||
{% if c.GetUiSecret() != '' %}
|
{% if c.GetUiSecret() != '' %}
|
||||||
<details>
|
<details>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue