Browse Source

增加调试任务的信息

Signed-off-by: zouap <zouap@pcl.ac.cn>
tags/v1.22.4.1^2
zouap 3 years ago
parent
commit
c1d6231a13
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      templates/repo/cloudbrain/show.tmpl

+ 2
- 2
templates/repo/cloudbrain/show.tmpl View File

@@ -329,7 +329,7 @@ td, th {

<td class="ti-text-form-content">
<div class="text-span text-span-w">
{{$.JobStatus.AppExitCode}}
{{$.result.JobStatus.AppExitCode}}
</div>
</td>
</tr>
@@ -376,7 +376,7 @@ td, th {

<td class="ti-text-form-content">
<div class="text-span text-span-w" id="{{.VersionName}}-BenchmarkChildTypeName">
{{$.JobStatus.AppExitDiagnostics | nl2br}}
{{$.result.JobStatus.AppExitDiagnostics}}
</div>
</td>
</tr>


Loading…
Cancel
Save