ip_table.html 519 B

12345678
  1. {{ define "ip_table.html" }}
  2. <div class="row container-fluid">
  3. <div class="col border border-white text-white"><p class="font-monospace fs-3">{{ .Fqdn }}</p></div>
  4. <div class="col border border-white text-white"><p class="font-monospace fs-3">{{ .IpAddress }}</p></div>
  5. <div class="col border border-white text-white"><p class="font-monospace fs-3">{{ .PingResponse }}</p></div>
  6. <div class="col border border-white text-white"><p class="font-monospace fs-3">{{ .PortString }}</p></div>
  7. </div>
  8. {{ end }}