Browse Source

add name

tags/v1.22.6.2
lewis 3 years ago
parent
commit
3150eeaec0
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      routers/repo/grampus.go

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

@@ -564,6 +564,7 @@ func GrampusTrainJobShow(ctx *context.Context) {
ctx.Data["version_list_task"] = taskList

ctx.Data["canDownload"] = cloudbrain.CanModifyJob(ctx, task)
ctx.Data["displayJobName"] = task.DisplayJobName

aiCenterInfo := strings.Split(task.AiCenter, "+")
if len(aiCenterInfo) == 2 {


Loading…
Cancel
Save