Skip to content

Commit

Permalink
undo #3142 because processes don't use the util.Timestamp (#4203) (#4208
Browse files Browse the repository at this point in the history
)
  • Loading branch information
daviian authored and lafriks committed Jun 11, 2018
1 parent df941f5 commit 1ff480b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/admin/monitor.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 1ff480b

Please sign in to comment.