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

This commit is contained in:
David Schneiderbauer 2018-06-10 03:48:45 +02:00 committed by David Schneiderbauer
parent df941f5c39
commit 862c0b9629
No known key found for this signature in database
GPG Key ID: 576113B2803B3EAB

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>