| @@ -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 }}; | ||||