|
|
|
@@ -126,7 +126,7 @@ |
|
|
|
</div> |
|
|
|
<!-- 云脑侧名称 --> |
|
|
|
<div class="two wide column text center nowrap" style="overflow: hidden;text-overflow:ellipsis;"> |
|
|
|
<span class="fitted">{{.JobName}}</span> |
|
|
|
<span class="fitted" title="{{.JobName}}">{{.JobName}}</span> |
|
|
|
</div> |
|
|
|
<div class="two wide column text center nowrap" style="width: 17.5%!important;"> |
|
|
|
{{if eq .JobType "DEBUG" "SNN4IMAGENET" "BRAINSCORE"}} |
|
|
|
@@ -171,6 +171,12 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
{{else}} |
|
|
|
{{$JobID := '0'}} |
|
|
|
{{if eq .JobType "DEBUG" "SNN4IMAGENET" "BRAINSCORE" "BENCHMARK"}} |
|
|
|
{{$JobID = .Cloudbrain.ID}} |
|
|
|
{{else}} |
|
|
|
{{$JobID = .JobID}} |
|
|
|
{{end}} |
|
|
|
<div class="ui grid stackable item"> |
|
|
|
<div class="row"> |
|
|
|
<!-- 任务名 --> |
|
|
|
|