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

This commit is contained in:
David Schneiderbauer 2018-06-10 00:45:45 +02:00
parent 9033eaeec1
commit 670283b5f5
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>