Browse Source

fix issue

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

+ 1
- 3
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}}
@@ -543,8 +543,6 @@
{{template "base/footer" .}} {{template "base/footer" .}}


<script> <script>
console.log({{$.labelName}})
console.log({{$.LabelName}})
$('.menu .item').tab() $('.menu .item').tab()


$(document).ready(function () { $(document).ready(function () {


Loading…
Cancel
Save