Browse Source

fix issue

pull/3418/head
zhoupzh 2 years ago
parent
commit
ede67b7fbd
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

@@ -418,7 +418,7 @@
{{template "base/footer" .}}
<script src="{{StaticUrlPrefix}}/js/specsuse.js?v={{MD5 AppVer}}" type="text/javascript"></script>
<script>
console.log({{$.modelDownload}} {{$.modelDownload.name}})
console.log({{$.modelDownload}} {{$.modelDownload.Name}})
console.log({{.task}});
;(function() {
var SPEC = {{ .Spec }};


Loading…
Cancel
Save