Merge pull request #7880 from nextcloud/enh/7622/hide-update-notice

aio-interface: hide Hub 26 Winter update notice
This commit is contained in:
Simon L.
2026-04-14 15:32:45 +02:00
committed by GitHub

View File

@@ -37,7 +37,7 @@
{% set isBackupOrRestoreRunning = 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 #}
{% set newMajorVersionString = '26 Winter' %}
{% set newMajorVersionString = '' %}
{% set oldMajorVersionString = '25 Autumn' %}
{% if is_backup_container_running == true %}