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