Browse Source

Merge pull request 'fix 2544 管理后台的gpu推理任务名称超链接不对' (#2575) from fix-2544 into V20220801

Reviewed-on: https://git.openi.org.cn/OpenI/aiforge/pulls/2575
Reviewed-by: chenshihai <chenshh@pcl.ac.cn>
pull/2579/head
chenshihai 2 years ago
parent
commit
dea62c2bad
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      templates/admin/cloudbrain/list.tmpl

+ 1
- 1
templates/admin/cloudbrain/list.tmpl View File

@@ -95,7 +95,7 @@
</a>
{{else if eq .JobType "INFERENCE"}}
<a class="title"
href="{{AppSubUrl}}/{{.Repo.OwnerName}}/{{.Repo.Name}}/modelarts/inference-job/{{$JobID}}"
href="{{AppSubUrl}}/{{.Repo.OwnerName}}/{{.Repo.Name}}/{{if eq .Cloudbrain.Type 1}}modelarts{{else if eq .Cloudbrain.Type 0}}cloudbrain{{end}}/inference-job/{{$JobID}}"
title="{{.DisplayJobName}}" style="font-size: 14px;">
<span class="fitted"
style="width: 90%;vertical-align: middle;">{{.DisplayJobName}}</span>


Loading…
Cancel
Save