Browse Source

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

tags/v1.21.12.1
David Schneiderbauer Lunny Xiao 7 years ago
parent
commit
af57d6ab8a
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      templates/admin/monitor.tmpl

+ 2
- 2
templates/admin/monitor.tmpl 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>


Loading…
Cancel
Save