Update: Channel join delay feature
This commit is contained in:
parent
30d137eb03
commit
93a8c2d539
@ -126,7 +126,6 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="inputFloodproBurst" class="col-sm-2 control-label">Flood protection burst:</label>
|
<label for="inputFloodproBurst" class="col-sm-2 control-label">Flood protection burst:</label>
|
||||||
<div class="col-sm-10">
|
<div class="col-sm-10">
|
||||||
@ -134,6 +133,12 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="form-group">
|
||||||
|
<label for="inputFloodproRate" class="col-sm-2 control-label">Channel join delay:</label>
|
||||||
|
<div class="col-sm-10">
|
||||||
|
<input class="form-control" type="number" name="joindelay" id="joindelay" min="0" placeholder="Defines the delay in seconds, until channels are joined after getting connected." value="<? VAR JoinDelay ?>"/> seconds
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
<script type="text/javascript">floodprotection_change();</script>
|
<script type="text/javascript">floodprotection_change();</script>
|
||||||
</div> <!-- Flood Protection -->
|
</div> <!-- Flood Protection -->
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user