Browse Source

templates/admin/monitor: fix field error

[ci skip]
pull/5380/merge
Unknwon 6 years ago
parent
commit
32479744f6
No known key found for this signature in database
GPG Key ID: 25B575AE3213B2B3
  1. 2
      templates/admin/monitor.tmpl

2
templates/admin/monitor.tmpl

@ -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…
Cancel
Save