Browse Source

fix the debug open the new page

pull/527/head
zhoupzh 3 years ago
parent
commit
3ebf1d1781
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      templates/repo/modelarts/index.tmpl

+ 1
- 1
templates/repo/modelarts/index.tmpl View File

@@ -300,7 +300,7 @@
<a class="ui basic blue button" href="{{$.Link}}/{{.JobID}}">
查看
</a>
<a class="ui basic {{if not .CanDebug}}disabled {{else}}blue {{end}}button" href="{{$.Link}}/{{.JobID}}/debug">
<a class="ui basic {{if not .CanDebug}}disabled {{else}}blue {{end}}button" href="{{$.Link}}/{{.JobID}}/debug" target="_blank">
调试
</a>
<form id="stopForm-{{.JobID}}" action="{{if ne .Status "RUNNING"}}javascript:void(0){{else}}{{$.Link}}/{{.JobID}}/stop{{end}}" method="post" style="margin-left:-1px;">


Loading…
Cancel
Save