lotus/provider/lpweb/hapi/web/cluster_tasks.gohtml

11 lines
220 B
Plaintext
Raw Normal View History

{{define "cluster_tasks"}}
{{range .}}
<tr>
<td>{{.Name}}</td>
<td>{{.ID}}</td>
<td>{{.SincePosted}}</td>
<td>{{.Owner}}</td>
</tr>
{{end}}
{{end}}