diff --git a/apps/ssb/tf-tab-connections.js b/apps/ssb/tf-tab-connections.js index f55c7260..f4a9ac40 100644 --- a/apps/ssb/tf-tab-connections.js +++ b/apps/ssb/tf-tab-connections.js @@ -33,7 +33,9 @@ class TfTabConnectionsElement extends LitElement { render_connection_summary(connection) { if (connection.address && connection.port) { - return html`
${connection.address}:${connection.port}
`; + return html`
+ ${connection.address}:${connection.port} +
`; } else if (connection.tunnel) { return html`
room peer
`; } else { @@ -137,7 +139,11 @@ class TfTabConnectionsElement extends LitElement {

Stored Connections