|
|
Instance | {{ row.instance }} | Streams | {{ row.streams?.join(', ') || '-' }} | Mode | {{ row.push ? 'PUSH' : 'PULL' }} | Local Address | {{ row.localAddress || '-' }} | Remote Address | {{ row.remoteAddress || '-' }} | Pull From | {{ row.pullFrom || '-' }} | TX | {{ (row.tx | number) || '-' }} |
|---|
|
|
Instance | {{ row.instance }} | Streams | {{ row.streams?.join(', ') || '-' }} | Mode | {{ row.push ? 'PUSH' : 'PULL' }} | Local Address | {{ row.localAddress || '-' }} | Remote Address | {{ row.remoteAddress || '-' }} | Push To | {{ row.pushTo || '-' }} | Local TX | {{ (row.localTx | number) || '-' }} | Next TX | {{ (row.nextTx | number) || '-' }} |
|---|