Browse Source

fix issue

pull/2458/head
zhoupzh 3 years ago
parent
commit
1f341aa733
2 changed files with 1 additions and 1 deletions
  1. +0
    -0
      templates/repo/cloudbrain/inference/show.tmpl
  2. +1
    -1
      templates/repo/modelarts/inferencejob/index.tmpl

templates/repo/cloudbrain/trainjob/show.tmpl → templates/repo/cloudbrain/inference/show.tmpl View File


+ 1
- 1
templates/repo/modelarts/inferencejob/index.tmpl View File

@@ -105,7 +105,7 @@


<!-- 任务名 --> <!-- 任务名 -->
<div class="three wide column padding0"> <div class="three wide column padding0">
<a class="title" href="{{$.Link}}/{{.JobID}}" title="{{.DisplayJobName}}" style="font-size: 14px;">
<a class="title" href="{{$.RepoRelPath}}/{{if eq .Cloudbrain.Type 0 }}cloudbrain{{else}}modelarts{{end}}/inference-job/{{.JobID}}" title="{{.DisplayJobName}}" style="font-size: 14px;">


<span class="fitted" style="width: 90%;vertical-align: middle;">{{.DisplayJobName}}</span> <span class="fitted" style="width: 90%;vertical-align: middle;">{{.DisplayJobName}}</span>
</a> </a>


Loading…
Cancel
Save