Connections Device Public Key Endpoint Device IPs Latest Handshake RX TX {#each data.connections as conn} {conn.deviceName} {conn.devicePublicKey} {conn.endpoint}
{#each conn.deviceIps as addr} {addr} {/each}
{new Date(conn.latestHandshake).toLocaleString()} {toSizeString(conn.transferRx)} {toSizeString(conn.transferTx)}
{/each}