|
|
@@ -11,7 +11,7 @@ |
|
|
|
{{.i18n.Tr "repo.cloudbrain"}} |
|
|
|
</a> |
|
|
|
<div class="divider"> / </div> |
|
|
|
<a class="section backTodeBug" href="{{.RepoLink}}/debugjob?debugListType=all"> |
|
|
|
<a class="section backTodeBug" href="{{.RepoLink}}/debugjob?debugListType={{if eq $.debugListType "NPU"}}NPU{{else if eq $.debugListType "CPU/GPU"}}CPU/GPU{{else}}all{{end}}"> |
|
|
|
{{$.i18n.Tr "repo.modelarts.notebook"}} |
|
|
|
</a> |
|
|
|
<div class="divider"> / </div> |
|
|
@@ -98,4 +98,6 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
{{template "base/footer" .}} |
|
|
|
|
|
|
|
<script> |
|
|
|
console.log({{$.debugListType}}) |
|
|
|
</script> |