mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-08-03 23:00:51 +02:00
19 lines
752 B
Smarty
19 lines
752 B
Smarty
<!-- IMPORT admin/settings/header.tpl -->
|
|
|
|
<div class="row">
|
|
<div class="col-sm-2 col-xs-12 settings-header">Reconnection Settings</div>
|
|
<div class="col-sm-10 col-xs-12">
|
|
<form>
|
|
<div class="form-group">
|
|
<label for="maxReconnectionAttempts">Max Reconnection Attempts</label>
|
|
<input class="form-control" id="maxReconnectionAttempts" type="text" value="5" placeholder="Default: 5" data-field="maxReconnectionAttempts" />
|
|
</div>
|
|
<div class="form-group">
|
|
<label for="reconnectionDelay">Reconnection Delay</label>
|
|
<input class="form-control" id="reconnectionDelay" type="text" value="1500" placeholder="Default: 1500" data-field="reconnectionDelay" />
|
|
</div>
|
|
</form>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- IMPORT admin/settings/footer.tpl --> |