ip_table.html 353 B

12345678
  1. {{ define "ip_table.html" }}
  2. <tr>
  3. <th scope="row"><p style="font-family: monospace;">{{ .Fqdn }}</p></th>
  4. <td><p style="font-family: monospace;">{{ .IpAddress }}</p></td>
  5. <td><p style="font-family: monospace;">{{ .PingResponse }}</p></td>
  6. <td><p style="font-family: monospace;">{{ .PortString }}</p></td>
  7. </tr>
  8. {{ end }}