{{define "title"}} Connected Peers {{end}} {{define "top_css"}} {{end}} {{define "username"}} {{ .username }} {{end}} {{define "page_title"}} Connected Peers {{end}} {{define "page_content"}}
{{ if .error }} {{ end}} {{ range $dev := .devices }} {{ range $idx, $peer := $dev.Peers }} {{ end }}
List of connected peers for device with name {{ $dev.Name }}
# Name Email Allocated IPs Endpoint Public Key Received Transmitted Connected (Approximation) Last Handshake
{{ $idx }} {{ $peer.Name }} {{ $peer.Email }} {{ $peer.AllocatedIP }} {{ $peer.Endpoint }} {{ $peer.PublicKey }} {{ if $peer.Connected }}✓{{end}} {{ $peer.LastHandshakeTime.Format "2006-01-02 15:04:05 MST" }}
{{ end }}
{{end}} {{define "bottom_js"}} {{end}}