We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 096ae1f commit 51fa202Copy full SHA for 51fa202
src/app.jsx
@@ -2950,6 +2950,10 @@ class App extends Component {
2950
field='numRemoteClients'
2951
header='Remote sending clients'
2952
></Column>
2953
+ <Column
2954
+ field='numRouterClients'
2955
+ header='Router clients'
2956
+ ></Column>
2957
<Column
2958
field='primaryLectureNum'
2959
header='Primary lectures'
0 commit comments