11 lines
220 B
Plaintext
11 lines
220 B
Plaintext
{{define "cluster_tasks"}}
|
|
{{range .}}
|
|
<tr>
|
|
<td>{{.Name}}</td>
|
|
<td>{{.ID}}</td>
|
|
<td>{{.SincePosted}}</td>
|
|
<td>{{.Owner}}</td>
|
|
</tr>
|
|
{{end}}
|
|
{{end}}
|