|
|
@@ -65,7 +65,7 @@ |
|
|
<!-- 任务名 --> |
|
|
<!-- 任务名 --> |
|
|
<div class="two wide column nowrap"> |
|
|
<div class="two wide column nowrap"> |
|
|
{{if eq .JobType "DEBUG"}} |
|
|
{{if eq .JobType "DEBUG"}} |
|
|
<a class="title" href="{{AppSubUrl}}/{{.Repo.OwnerName}}/{{.Repo.Name}}/cloudbrain/{{.JobName}}" title="{{.JobName}}" style="font-size: 14px;"> |
|
|
|
|
|
|
|
|
<a class="title" href="{{AppSubUrl}}/{{.Repo.OwnerName}}/{{.Repo.Name}}{{if eq .ComputeResource "CPU/GPU"}}/cloudbrain/{{.JobName}}{else}/modelarts/notebook/{{.JobID}}{{end}}" title="{{.JobName}}" style="font-size: 14px;"> |
|
|
<span class="fitted" style="width: 90%;vertical-align: middle;">{{.JobName}}</span> |
|
|
<span class="fitted" style="width: 90%;vertical-align: middle;">{{.JobName}}</span> |
|
|
</a> |
|
|
</a> |
|
|
{{else if eq .JobType "INFERENCE"}} |
|
|
{{else if eq .JobType "INFERENCE"}} |
|
|
|