aio-interface: show checkbox for hub 10

Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
Simon L. 2025-02-17 11:50:52 +01:00
parent 37b7e22851
commit b60db87321
2 changed files with 3 additions and 3 deletions

View file

@ -171,7 +171,7 @@ readonly class DockerController {
}
if (isset($request->getParsedBody()['install_latest_major'])) {
$installLatestMajor = 30;
$installLatestMajor = 31;
} else {
$installLatestMajor = "";
}