aio-interface: offer checkbox to install the new hub release

Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
Simon L. 2026-02-13 09:33:03 +01:00
parent dd989ee87f
commit 9652e39be2
2 changed files with 5 additions and 4 deletions

View file

@ -178,7 +178,7 @@ readonly class DockerController {
}
if (isset($request->getParsedBody()['install_latest_major'])) {
$installLatestMajor = '32';
$installLatestMajor = '33';
} else {
$installLatestMajor = '';
}