Browse Source

mod redirect

tags/v1.21.12.1
lewis 4 years ago
parent
commit
a68a099668
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      routers/repo/modelarts.go

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

@@ -632,7 +632,7 @@ func TrainJobGetLog(ctx *context.Context) {
}

ctx.Data["log"] = result
ctx.HTML(http.StatusOK, tplModelArtsTrainJobShow)
//ctx.HTML(http.StatusOK, tplModelArtsTrainJobShow)
}

func trainJobGetLog(jobID string) (*models.GetTrainJobLogFileNamesResult, *models.GetTrainJobLogResult, error){


Loading…
Cancel
Save