Browse Source

Merge pull request 'fix-119' (#120) from issue-119 into develop

Reviewed-on: https://git.openi.org.cn/OpenI/aiforge/pulls/120
Reviewed-by: avadesian <xuchx@pcl.ac.cn>
tags/v1.21.12.1
avadesian 4 years ago
parent
commit
de62dcd0f6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      routers/repo/cloudbrain.go

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

@@ -407,7 +407,7 @@ func GetRate(ctx *context.Context) {
}

if job.JobType == string(models.JobTypeBenchmark) {
ctx.Redirect(setting.BenchmarkServerHost)
ctx.Redirect(setting.BenchmarkServerHost + "?username=" + ctx.User.Name)
} else if job.JobType == string(models.JobTypeSnn4imagenet) {
ctx.Redirect(setting.Snn4imagenetServerHost)
} else {


Loading…
Cancel
Save