@for (connection of group.connections; track connection.id; let last = $last) {
{{ connection.name }}
{{ connection.host }}:{{ connection.port }}
@for (entry of getConnectionClients(connection); track entry.key) {
{{ strings().page?.overview?.connectedCount?.({ length: entry.clients }) }}
}
@if (currentConnectionId !== connection.id) {
@if (isXs) {
} @else {
}
}
@if (currentConnectionId === connection.id) {
@if (isXs) {
} @else {
}
}
@if (!readonlyConnections) {
@if (isXs) {
} @else {
}
@if (isXs) {
} @else {
}
}
@if (readonlyConnections) {
@if (isXs) {
} @else {
}
}