Browse Source

fix issue

pull/2504/head
zhoupzh 2 years ago
parent
commit
1beaeeddad
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      templates/repo/grampus/trainjob/show.tmpl

+ 1
- 1
templates/repo/grampus/trainjob/show.tmpl View File

@@ -236,7 +236,7 @@
</h4>
{{range $k ,$v := .version_list_task}}
<div class="ui accordion border-according" id="accordion{{.VersionName}}"
data-repopath="{{$.RepoRelPath}}/modelarts/train-job" data-jobid="{{.JobID}}"
data-repopath="{{$.RepoRelPath}}/grampus/train-job" data-jobid="{{.JobID}}"
data-version="{{.VersionName}}">
<div class="{{if eq $k 0}}active{{end}} title padding0">
<div class="according-panel-heading">


Loading…
Cancel
Save