mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
aio-interface: hide upgrade notice
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
7ccf75f34a
commit
d17ed75d62
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@
|
||||||
{% set isBackupOrRestoreRunning = false %}
|
{% set isBackupOrRestoreRunning = false %}
|
||||||
{% set isApacheStarting = false %}
|
{% set isApacheStarting = false %}
|
||||||
{# Setting newMajorVersion to '' will hide corresponding options/elements, can be set to an integer like 26 in order to show corresponding elements. If set, also increase installLatestMajor in https://github.com/nextcloud/all-in-one/blob/main/php/src/Controller/DockerController.php #}
|
{# Setting newMajorVersion to '' will hide corresponding options/elements, can be set to an integer like 26 in order to show corresponding elements. If set, also increase installLatestMajor in https://github.com/nextcloud/all-in-one/blob/main/php/src/Controller/DockerController.php #}
|
||||||
{% set newMajorVersionString = '25 Autumn' %}
|
{% set newMajorVersionString = '' %}
|
||||||
|
|
||||||
{% if is_backup_container_running == true %}
|
{% if is_backup_container_running == true %}
|
||||||
{% if borg_backup_mode == 'backup' or borg_backup_mode == 'restore' %}
|
{% if borg_backup_mode == 'backup' or borg_backup_mode == 'restore' %}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue