Browse Source

fix issue

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

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

@@ -420,9 +420,8 @@


<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