Skip to content

Commit af57d6a

Browse files
daviianlunny
authored andcommitted
undo #3142 because processes don't use the util.Timestamp (#4203)
1 parent f54626d commit af57d6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/admin/monitor.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
<tr>
5050
<td>{{.PID}}</td>
5151
<td>{{.Description}}</td>
52-
<td>{{.Start.FormatLong}}</td>
53-
<td>{{TimeSinceUnix .Start $.Lang}}</td>
52+
<td>{{DateFmtLong .Start}}</td>
53+
<td>{{TimeSince .Start $.Lang}}</td>
5454
</tr>
5555
{{end}}
5656
</tbody>

0 commit comments

Comments
 (0)