This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
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
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
be5d116809
de13787e41
commit
5135c0b509
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