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 7e499ab commit 5f62081Copy full SHA for 5f62081
src/app.jsx
@@ -2937,6 +2937,10 @@ class App extends Component {
2937
header='Server URL'
2938
bodyClassName='urlTableEntry'
2939
></Column>
2940
+ <Column
2941
+ field='maxClients'
2942
+ header='Max clients'
2943
+ ></Column>
2944
<Column field='numClients' header='Clients'></Column>
2945
<Column
2946
field='numLocalClients'
0 commit comments