Merge branch 'develop' of http://10.0.6.99/gwall/gwall.git into develop

This commit is contained in:
leijun
2018-08-31 14:31:50 +08:00
2 changed files with 2 additions and 2 deletions

View File

@@ -743,7 +743,7 @@ target_ip_protect=Anti DDOS
ratelimit_config=Ratelimit
ip_ratelimit=IP Ratelimit
domain_ratelimit=Website Ratelimit
ratelimit=Pocket Loss Rate
ratelimit=Packet Drop Rate
ir_type=Reuse Type
dns_strategy_id=DNS Policy ID
no_strategy=No Strategy

View File

@@ -286,7 +286,7 @@
<div class="form-group ">
<label class="control-label col-md-3"><font color="red">*</font><spring:message code="ratelimit"/></label>
<div class="col-md-6">
<input class="form-control required number" range="[0,1]" type="text" name="userRegion2" value="${_cfg.userRegion2 }">
<input class="form-control required number" range="[0,1]" type="text" placeholder="0.001" name="userRegion2" value="${_cfg.userRegion2 }">
</div>
<div for="userRegion2"></div>
</div>