aio-interface: hide temporary upgrade button and links

Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
Simon L.
2026-08-25 14:25:14 +02:00
parent aeecdd73e0
commit 284adb8b37
+2 -2
View File
@@ -37,8 +37,8 @@
{% 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 Spring' %}
{% set oldMajorVersionString = '25 Autumn' %}
{% set newMajorVersionString = '' %}
{% set oldMajorVersionString = '' %}
{% if is_backup_container_running == true %}
{% if borg_backup_mode == 'backup' or borg_backup_mode == 'restore' %}