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 Lunny Xiao
parent f54626df0b
commit af57d6ab8a
1 changed files with 2 additions and 2 deletions

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>