Browse Source

Fix for #1037: Corrected process ID placeholder to PID from Pid (#1048)

Signed-off-by: Jonas Östanbäck <jonas.ostanback@gmail.com>
tags/v1.1.0
Jonas 7 years ago
parent
commit
9ad3a07989
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      templates/admin/monitor.tmpl

+ 1
- 1
templates/admin/monitor.tmpl View File

@@ -49,7 +49,7 @@
<tbody>
{{range .Processes}}
<tr>
<td>{{.Pid}}</td>
<td>{{.PID}}</td>
<td>{{.Description}}</td>
<td>{{DateFmtLong .Start}}</td>
<td>{{TimeSince .Start $.Lang}}</td>

Loading…
Cancel
Save