mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-02-01 10:29:08 +08:00
improve up-to-date-message
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
b5b9213f39
commit
e42d53d069
1 changed files with 5 additions and 1 deletions
|
@ -101,7 +101,11 @@
|
||||||
{% if has_update_available == true %}
|
{% if has_update_available == true %}
|
||||||
⚠ Container updates are available. Click on `Stop Containers` and `Start Containers` to update them. You should consider creating a backup first. The mastercontainer gets updated with a different procedure though and has its own update button which is visible if an update is available.<br><br>
|
⚠ Container updates are available. Click on `Stop Containers` and `Start Containers` to update them. You should consider creating a backup first. The mastercontainer gets updated with a different procedure though and has its own update button which is visible if an update is available.<br><br>
|
||||||
{% else %}
|
{% else %}
|
||||||
You are up-to-date.<br><br>
|
{% if is_mastercontainer_update_available == false %}
|
||||||
|
Your containers are up-to-date.<br><br>
|
||||||
|
{% else %}
|
||||||
|
Your containers are up-to-date. (Except the mastercontainer. See the section below.)<br><br>
|
||||||
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue