templates/admin/monitor: fix field error

[ci skip]
pull/5380/merge
Unknwon 2018-09-13 23:30:59 -04:00
parent b68de2330d
commit 32479744f6
No known key found for this signature in database
GPG Key ID: 25B575AE3213B2B3
1 changed files with 1 additions and 1 deletions

View File

@ -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>