Browse Source

update

tags/V1.22.3.1^2
liuzx 3 years ago
parent
commit
502eb1d973
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      routers/repo/cloudbrain.go

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

@@ -663,7 +663,7 @@ func CloudBrainShowModels(ctx *context.Context) {
ctx.Data["Path"] = dirArray
ctx.Data["Dirs"] = fileInfos
ctx.Data["task"] = task
ctx.Data["JobID"] = jobID
ctx.Data["ID"] = ID
ctx.HTML(200, tplCloudBrainShowModels)
}



Loading…
Cancel
Save