Fixed not enabled installing screen for new servers

This commit is contained in:
Marcel Baumgartner
2023-06-26 17:19:54 +02:00
parent 7feccc8d9f
commit f2ec43f2d2

View File

@@ -285,7 +285,8 @@ public class ServerService
Allocations = freeAllocations.ToList(),
Backups = new(),
OverrideStartup = "",
DockerImageIndex = image.DockerImages.FindIndex(x => x.Default)
DockerImageIndex = image.DockerImages.FindIndex(x => x.Default),
Installing = true
};
foreach (var imageVariable in image.Variables)