Browse Source

Merge branch 'gpu-inference' of git.openi.org.cn:OpenI/aiforge into gpu-inference

pull/2494/head
zhoupzh 2 years ago
parent
commit
46715e42ed
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      routers/repo/cloudbrain.go

+ 2
- 0
routers/repo/cloudbrain.go View File

@@ -832,6 +832,8 @@ func cloudBrainShow(ctx *context.Context, tpName base.TplName, jobType models.Jo
}

ctx.Data["task"] = task
labelName := strings.Fields(task.LabelName)
ctx.Data["LabelName"] = labelName
ctx.Data["jobName"] = task.JobName
ctx.Data["displayJobName"] = task.DisplayJobName
version_list_task := make([]*models.Cloudbrain, 0)


Loading…
Cancel
Save