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
Fix for
#1037
: Corrected process ID placeholder to PID from Pid (
#1048
)
Signed-off-by: Jonas Östanbäck <jonas.ostanback@gmail.com>
master
Jonas
Lunny Xiao
8 years ago
parent
44827698e2
commit
9ad3a07989
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
templates/admin/monitor.tmpl
+ 1
- 1
templates/admin/monitor.tmpl
View File
@@ -49,7 +49,7 @@
<tbody>
{{range .Processes}}
<tr>
<td>{{.P
id
}}</td>
<td>{{.P
ID
}}</td>
<td>{{.Description}}</td>
<td>{{DateFmtLong .Start}}</td>
<td>{{TimeSince .Start $.Lang}}</td>
Write
Preview
Loading…
Cancel
Save