Browse Source

Merge pull request '云脑1任务详情页面调整' (#441) from job-detail into V20210927

Reviewed-on: https://git.openi.org.cn/OpenI/aiforge/pulls/441
pull/443/head
ychao_1983 3 years ago
parent
commit
5135c0b509
1 changed files with 1 additions and 17 deletions
  1. +1
    -17
      templates/repo/cloudbrain/show.tmpl

+ 1
- 17
templates/repo/cloudbrain/show.tmpl View File

@@ -24,22 +24,6 @@
<td class="four wide"> 状态 </td> <td class="four wide"> 状态 </td>
<td> {{.State}} </td> <td> {{.State}} </td>
</tr> </tr>
<tr>
<td> 开始时间 </td>
<td>{{.StartTime}}</td>
</tr>
<tr>
<td> 结束时间 </td>
<td>{{.FinishedTime}}</td>
</tr>
<tr>
<td> ExitCode </td>
<td>{{.ExitCode}}</td>
</tr>
<tr>
<td> 退出信息 </td>
<td>{{.ExitDiagnostics| nl2br}}</td>
</tr>
</tbody> </tbody>
</table> </table>
{{end}} {{end}}
@@ -73,7 +57,7 @@
</thead> </thead>
<tbody> <tbody>
<tr> <tr>
<td class="four wide"> 状态 </td>
<td class="four wide"> 平台 </td>
<td> {{.Platform}} </td> <td> {{.Platform}} </td>
</tr> </tr>
<tr> <tr>


Loading…
Cancel
Save