|
|
@@ -149,6 +149,7 @@ func cloudBrainVersionNewDataPrepare(ctx *context.Context) error { |
|
|
|
ctx.Data["display_job_name"] = displayJobName |
|
|
|
ctx.Data["branch_name"] = ctx.Cloudbrain.BranchName |
|
|
|
ctx.Data["image_name"] = ctx.Cloudbrain.Image |
|
|
|
ctx.Data["image_id"] = ctx.Cloudbrain.ImageID |
|
|
|
ctx.Data["boot_file"] = ctx.Cloudbrain.BootFile |
|
|
|
ctx.Data["description"] = ctx.Cloudbrain.Description |
|
|
|
spec, _ := resource.GetCloudbrainSpec(ctx.Cloudbrain.ID) |
|
|
|