ip_table.html 530 B

12345678910
  1. {{ define "ip_table.html" }}
  2. <tr>
  3. <th scope="row"><p style="font-family: monospace;">{{ .Fqdn }}</p></th>
  4. <td><a href="{{ .FormatUrl }}" style="font-family: monospace;" target="_blank"> {{ .FormatUrl }}</a></td>
  5. <td><p style="font-family: monospace;">{{ .IpAddress }}</p></td>
  6. <td><p style="font-family: monospace;">{{ .Network }}</p></td>
  7. <td><p style="font-family: monospace;">{{ .PingResponse }}</p></td>
  8. <td><p style="font-family: monospace;">{{ .PortString }}</p></td>
  9. </tr>
  10. {{ end }}