Added DefaultDockerImage to star. Completed star update form.
This commit is contained in:
@@ -75,6 +75,7 @@ public class StarsController : Controller
|
||||
star.InstallScript = "echo Installing...";
|
||||
star.RequiredAllocations = 1;
|
||||
star.AllowDockerImageChange = false;
|
||||
star.DefaultDockerImage = -1;
|
||||
star.ParseConfiguration = "[]";
|
||||
|
||||
var finalStar = StarRepository.Add(star);
|
||||
|
||||
Reference in New Issue
Block a user