Browse Source

undo #3142 because processes don't use the util.Timestamp (#4203)

for-closed-social
David Schneiderbauer 6 years ago
committed by Lunny Xiao
parent
commit
af57d6ab8a
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      templates/admin/monitor.tmpl

+ 2
- 2
templates/admin/monitor.tmpl View File

@ -49,8 +49,8 @@
<tr>
<td>{{.PID}}</td>
<td>{{.Description}}</td>
<td>{{.Start.FormatLong}}</td>
<td>{{TimeSinceUnix .Start $.Lang}}</td>
<td>{{DateFmtLong .Start}}</td>
<td>{{TimeSince .Start $.Lang}}</td>
</tr>
{{end}}
</tbody>

Loading…
Cancel
Save