@@ -34,39 +167,45 @@ Connected Peers
{{.error}}
{{ end}}
{{ range $dev := .devices }}
-
- List of connected peers for device with name {{ $dev.Name }}
-
-
- | # |
- Name |
- Email |
- Allocated IPs |
- Endpoint |
- Public Key |
- Received |
- Transmitted |
- Connected (Approximation) |
- Last Handshake |
-
-
-
- {{ range $idx, $peer := $dev.Peers }}
-
- | {{ $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 }}
-
-
+
+
+
+ Click column headers to sort. Click sorted column again to reverse, then again to reset.
+
+
+ List of connected peers for device with name {{ $dev.Name }}
+
+
+ | # |
+ Name |
+ Email |
+ Allocated IPs |
+ Endpoint |
+ Public Key |
+ Received |
+ Transmitted |
+ Connected |
+ Last Handshake |
+
+
+
+ {{ range $idx, $peer := $dev.Peers }}
+
+ | {{ $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 }}