lotus/provider/lpweb/hapi/web/cluster_machines.gohtml
Andrew Jackson (Ajax) 32559aa463 rearrange
2024-01-13 06:47:22 -06:00

11 lines
189 B
Plaintext

{{define "cluster_machines"}}
{{range .}}
<tr>
<td>{{.Address}}</td>
<td>{{.ID}}</td>
<td>todo</td>
<td>{{.SinceContact}}</td>
</tr>
{{end}}
{{end}}