|
|
|
@@ -130,7 +130,7 @@ |
|
|
|
{{end}} |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="three wide column text center padding0"> |
|
|
|
<div class="five wide column text center padding0"> |
|
|
|
<div class="ui compact buttons" > |
|
|
|
<!-- 停止任务 --> |
|
|
|
<form id="stopForm-{{.JobID}}" style="margin-left:-1px;"> |
|
|
|
@@ -154,7 +154,6 @@ |
|
|
|
排行榜 |
|
|
|
</a> |
|
|
|
|
|
|
|
|
|
|
|
<!-- 删除任务 --> |
|
|
|
<form id="delForm-{{.JobID}}" action="{{if eq .ComputeResource "CPU/GPU"}}{{$.RepoLink}}/cloudbrain/benchmark{{else}}{{$.RepoLink}}/modelarts/notebook{{end}}/{{.JobID}}/del" method="post"> |
|
|
|
<input type="hidden" name="debugListType" value="all"> |
|
|
|
|