mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-07-01 00:58:53 +02:00
more formatting
This commit is contained in:
@@ -4,15 +4,15 @@
|
||||
<form>
|
||||
<div class="form-group">
|
||||
<label for="maxReconnectionAttempts">Max Reconnection Attempts</label>
|
||||
<input class="form-control" id="maxReconnectionAttempts" type="text" value="5" data-field="maxReconnectionAttempts" /><br />
|
||||
<input class="form-control" id="maxReconnectionAttempts" type="text" value="5" data-field="maxReconnectionAttempts" />
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="reconnectionDelay">Reconnection Delay</label>
|
||||
<input class="form-control" id="reconnectionDelay" type="text" value="200" data-field="reconnectionDelay" /><br />
|
||||
<input class="form-control" id="reconnectionDelay" type="text" value="200" data-field="reconnectionDelay" />
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="websocketAddress">Websocket Address</label>
|
||||
<input class="form-control" id="websocketAddress" type="text" data-field="websocketAddress" /><br />
|
||||
<input class="form-control" id="websocketAddress" type="text" data-field="websocketAddress" />
|
||||
<p class="help-block">
|
||||
Leave blank if unsure.
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user