mirror of
https://github.com/gogs/gogs.git
synced 2025-05-22 15:29:56 +00:00
templates/admin/monitor: fix field error
[ci skip]
This commit is contained in:
parent
b68de2330d
commit
32479744f6
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user