Browse Source

boot_file

tags/v1.22.9.2^2
liuzx 3 years ago
parent
commit
b4db392ec5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      routers/repo/grampus.go

+ 1
- 1
routers/repo/grampus.go View File

@@ -222,7 +222,7 @@ func grampusTrainJobVersionNewDataPrepare(ctx *context.Context, processType stri

ctx.Data["branch_name"] = ctx.Cloudbrain.BranchName
ctx.Data["image_name"] = ctx.Cloudbrain.Image
ctx.Data["bootfile"] = ctx.Cloudbrain.BootFile
ctx.Data["boot_file"] = ctx.Cloudbrain.BootFile
ctx.Data["description"] = ctx.Cloudbrain.Description
spec, _ := resource.GetCloudbrainSpec(ctx.Cloudbrain.ID)
if spec != nil {


Loading…
Cancel
Save