mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-09-29 01:56:54 +08:00
only show the note about nc26 when all containers are started
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
7a10602c63
commit
187bf3f767
1 changed files with 1 additions and 1 deletions
|
@ -252,7 +252,7 @@
|
||||||
{% else %}
|
{% else %}
|
||||||
{% if is_mastercontainer_update_available == false %}
|
{% if is_mastercontainer_update_available == false %}
|
||||||
Your containers are up-to-date.<br><br>
|
Your containers are up-to-date.<br><br>
|
||||||
{% if newMajorVersion != '' and isAnyRunning == true %}
|
{% if newMajorVersion != '' and isAnyRunning == true and isApacheStarting != true %}
|
||||||
<details>
|
<details>
|
||||||
<summary>Note about <b>Nextcloud {{ newMajorVersion }}</b></summary><br>
|
<summary>Note about <b>Nextcloud {{ newMajorVersion }}</b></summary><br>
|
||||||
If you haven't upgraded to Nextcloud {{ newMajorVersion }} yet and want to do that now, feel free to follow <b><a href="https://github.com/nextcloud/all-in-one/discussions/2208">this documentation</a></b><br/>
|
If you haven't upgraded to Nextcloud {{ newMajorVersion }} yet and want to do that now, feel free to follow <b><a href="https://github.com/nextcloud/all-in-one/discussions/2208">this documentation</a></b><br/>
|
||||||
|
|
Loading…
Add table
Reference in a new issue