Files
NodeBB/src/views/admin/settings/sockets.tpl

21 lines
853 B
Smarty

<div class="tab-pane" id="sockets">
<form>
<div class="alert alert-warning">
<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 />
</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 />
</div>
<div class="form-group">
<label for="websocketAddress">Websocket Address</label>
<input class="form-control" id="websocketAddress" type="text" data-field="websocketAddress" /><br />
<p class="help-block">
Leave blank if unsure.
</p>
</div>
</div>
</form>
</div>