Update: Channel join delay feature
This commit is contained in:
parent
30d137eb03
commit
93a8c2d539
@ -126,17 +126,22 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="form-group">
|
||||
<label for="inputFloodproBurst" class="col-sm-2 control-label">Flood protection burst:</label>
|
||||
<div class="col-sm-10">
|
||||
<input type="number" class="form-control" name="floodburst" min="1" id="inputFloodproBurst floodburst" placeholder="Defines the number of lines, which can be sent immediately." <? IF FloodProtection ?> value="<? VAR FloodBurst ?>" <? ELSE ?> value="4" disabled="disabled" <? ENDIF ?> /> lines can be sent immediately
|
||||
</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>
|
||||
</div> <!-- Flood Protection -->
|
||||
|
||||
|
||||
<!-- Channels -->
|
||||
<div class="tab-pane fade" id="channelstab">
|
||||
<? IF !Edit ?>
|
||||
|
Loading…
Reference in New Issue
Block a user