mirror of
https://github.com/gogs/gogs.git
synced 2026-05-06 17:07:45 +02:00
templates/admin/monitor: fix field error
[ci skip]
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
<tbody>
|
||||
{{range .Processes}}
|
||||
<tr>
|
||||
<td>{{.Pid}}</td>
|
||||
<td>{{.PID}}</td>
|
||||
<td>{{.Description}}</td>
|
||||
<td>{{DateFmtLong .Start}}</td>
|
||||
<td>{{TimeSince .Start $.Lang}}</td>
|
||||
|
||||
Reference in New Issue
Block a user