Browse Source

fix issue

tags/v1.22.12.1^2
zhoupzh 3 years ago
parent
commit
8bd2f941c6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      templates/repo/grampus/notebook/show.tmpl

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

@@ -217,7 +217,6 @@
<td class="ti-no-ng-animate ti-text-form-label text-width80"> <td class="ti-no-ng-animate ti-text-form-label text-width80">
{{$.i18n.Tr "repo.grampus.train_job.ai_center"}} {{$.i18n.Tr "repo.grampus.train_job.ai_center"}}
</td> </td>

<td class="ti-text-form-content"> <td class="ti-text-form-content">
<div class="text-span text-span-w" id="{{.VersionName}}-ai_center"> <div class="text-span text-span-w" id="{{.VersionName}}-ai_center">
{{if .AiCenter}}{{.AiCenter}}{{else}}--{{end}} {{if .AiCenter}}{{.AiCenter}}{{else}}--{{end}}
@@ -418,6 +417,7 @@
{{template "base/footer" .}} {{template "base/footer" .}}
<script src="{{StaticUrlPrefix}}/js/specsuse.js?v={{MD5 AppVer}}" type="text/javascript"></script> <script src="{{StaticUrlPrefix}}/js/specsuse.js?v={{MD5 AppVer}}" type="text/javascript"></script>
<script> <script>
console.log({{$.modelDownload}})
console.log({{.task}}); console.log({{.task}});
;(function() { ;(function() {
var SPEC = {{ .Spec }}; var SPEC = {{ .Spec }};


Loading…
Cancel
Save