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

11 lines
189 B
Plaintext
Raw Normal View History

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