Skip to content

Commit 9ad3a07

Browse files
cez81lunny
authored andcommitted
Fix for #1037: Corrected process ID placeholder to PID from Pid (#1048)
Signed-off-by: Jonas Östanbäck <[email protected]>
1 parent 4482769 commit 9ad3a07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/admin/monitor.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<tbody>
5050
{{range .Processes}}
5151
<tr>
52-
<td>{{.Pid}}</td>
52+
<td>{{.PID}}</td>
5353
<td>{{.Description}}</td>
5454
<td>{{DateFmtLong .Start}}</td>
5555
<td>{{TimeSince .Start $.Lang}}</td>

0 commit comments

Comments
 (0)