Browse Source

fix issue

pull/2494/head
zhoupzh 2 years ago
parent
commit
638a927d67
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

@@ -421,7 +421,7 @@
<td class="ti-text-form-content"> <td class="ti-text-form-content">
<div class="text-span text-span-w" id="{{.VersionName}}-labels"> <div class="text-span text-span-w" id="{{.VersionName}}-labels">
{{if .LabelName}} {{if .LabelName}}
{{range .LabelName}}
{{range $.labelName}}
<a class="ui label" title="{{.}}">{{.}}</a> <a class="ui label" title="{{.}}">{{.}}</a>
{{end}} {{end}}
{{else}} {{else}}


Loading…
Cancel
Save