This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
wangwei
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
mod job detail
tags/v1.21.12.1
lewis
4 years ago
parent
5973644da7
commit
de13787e41
1 changed files
with
1 additions
and
17 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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> {{.State}} </td>
</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>
</table>
{{end}}
@@ -73,7 +57,7 @@
</thead>
<tbody>
<tr>
<td class="four wide">
状态
</td>
<td class="four wide">
平台
</td>
<td> {{.Platform}} </td>
</tr>
<tr>
Write
Preview
Loading…
Cancel
Save