Browse Source

fix issue

pull/2841/head
zhoupzh 2 years ago
parent
commit
a2ed940896
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      templates/repo/cloudbrain/inference/show.tmpl

+ 1
- 1
templates/repo/cloudbrain/inference/show.tmpl View File

@@ -228,7 +228,7 @@
</h4>
{{with .task}}
<div class="ui accordion border-according" id="accordion{{.VersionName}}"
data-repopath="{{$.RepoRelPath}}/cloudbrain/inference-job" data-jobid="{{.JobID}}" data-version="{{.VersionName}}">
data-repopath="{{$.RepoRelPath}}/cloudbrain/inference-job" data-jobid="{{.ID}}" data-version="{{.VersionName}}">
<input type="hidden" id="jobId_input" name="jobId_input" value="{{.JobID}}">
<div class="active title padding0">
<div class="according-panel-heading">


Loading…
Cancel
Save