Skip to content

Commit c65a6c2

Browse files
authored
Merge pull request #6445 from nextcloud/enh/6149/remove-upgrade-notice
aio-interface: hide instructions for upgrading to nc31
2 parents 1259d43 + 2d9152d commit c65a6c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php/templates/containers.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
{% set isBackupOrRestoreRunning = false %}
3434
{% set isApacheStarting = false %}
3535
{# 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 #}
36-
{% set newMajorVersion = 31 %}
36+
{% set newMajorVersion = '' %}
3737

3838
{% if is_backup_container_running == true %}
3939
{% if borg_backup_mode == 'backup' or borg_backup_mode == 'restore' %}

0 commit comments

Comments
 (0)