This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
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
undo
#3142
because processes don't use the util.Timestamp (
#4203
)
tags/v1.21.12.1
David Schneiderbauer
Lunny Xiao
7 years ago
parent
f54626df0b
commit
af57d6ab8a
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
templates/admin/monitor.tmpl
+ 2
- 2
templates/admin/monitor.tmpl
View File
@@ -49,8 +49,8 @@
<tr>
<td>{{.PID}}</td>
<td>{{.Description}}</td>
<td>{{
.Start.FormatLong
}}</td>
<td>{{TimeSince
Unix
.Start $.Lang}}</td>
<td>{{
DateFmtLong .Start
}}</td>
<td>{{TimeSince .Start $.Lang}}</td>
</tr>
{{end}}
</tbody>
Write
Preview
Loading…
Cancel
Save