ssb: Indicate which connections are one-shot / sync now connections.

This commit is contained in:
2024-10-25 12:53:45 -04:00
parent 4fe3c9a751
commit 2e66666bdf
4 changed files with 10 additions and 5 deletions

View File

@ -129,6 +129,7 @@ class TfTabConnectionsElement extends LitElement {
>
Close
</button>
${connection.flags.one_shot ? '🔃' : undefined}
<tf-user id=${connection.id} .users=${this.users}></tf-user>
${connection.tunnel !== undefined
? '🚇'