This commit is contained in:
parent
df941f5c39
commit
1ff480baa6
1 changed files with 2 additions and 2 deletions
|
@ -49,8 +49,8 @@
|
||||||
<tr>
|
<tr>
|
||||||
<td>{{.PID}}</td>
|
<td>{{.PID}}</td>
|
||||||
<td>{{.Description}}</td>
|
<td>{{.Description}}</td>
|
||||||
<td>{{.Start.FormatLong}}</td>
|
<td>{{DateFmtLong .Start}}</td>
|
||||||
<td>{{TimeSinceUnix .Start $.Lang}}</td>
|
<td>{{TimeSince .Start $.Lang}}</td>
|
||||||
</tr>
|
</tr>
|
||||||
{{end}}
|
{{end}}
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|
Reference in a new issue