修改Speed Limit为Ratelimit
修改app byte、cfg、domain中的配置描述为不必填项
This commit is contained in:
@@ -748,8 +748,8 @@ policy_group_manage=Policy Group Management
|
||||
ip_Reuse_policy=IP Reuse Policy
|
||||
target_ip_protectTarget IP Protect
|
||||
ratelimit_config=Ratelimit
|
||||
ip_ratelimit=IP Speed Limit
|
||||
domain_ratelimit=Domain Speed Limit
|
||||
ip_ratelimit=IP Ratelimit
|
||||
domain_ratelimit=Domain Ratelimit
|
||||
ratelimit=Limit Rate
|
||||
ir_type=Reuse type
|
||||
dns_strategy_id=DNS Policy ID
|
||||
@@ -935,7 +935,7 @@ proxy_http_req_body_replace=HTTP Request Content Replacement
|
||||
proxy_http_res_body_replace=HTTP Response Content Replacement
|
||||
dns_fake_ip_reject=DNS Spoofing IP Control
|
||||
app_strategy_reject=APP Strategy Control
|
||||
app_strategy_ratelimit=APP Strategy Speed Limit
|
||||
app_strategy_ratelimit=APP Strategy Ratelimit
|
||||
proxy_ip_redirect=IP Redirect
|
||||
proxy_ip_forward=IP Forward
|
||||
app_protocol_ip_reject=APP Protocol IP Control
|
||||
|
||||
@@ -100,7 +100,7 @@ $(function(){
|
||||
<label class="control-label col-md-3">
|
||||
<spring:message code="config_describe" /></label>
|
||||
<div class="col-md-6">
|
||||
<input class="form-control required" type="text"
|
||||
<input class="form-control" type="text"
|
||||
name="cfgDesc"
|
||||
value="${_cfg.cfgDesc}">
|
||||
</div>
|
||||
@@ -154,7 +154,7 @@ $(function(){
|
||||
<label class="control-label col-md-3"><font color="red">*</font>
|
||||
<spring:message code="expression_type" /></label>
|
||||
<div class="col-md-6">
|
||||
<label class="radio-inline"> <input type="radio"
|
||||
<label class="radio-inline hidden"> <input type="radio"
|
||||
name="exprType" value="1"
|
||||
class="required"
|
||||
<c:if test="${_cfg.exprType==1}">checked</c:if>> <spring:message
|
||||
|
||||
@@ -83,7 +83,7 @@
|
||||
</div>
|
||||
|
||||
<div class="pull-left">
|
||||
<c:set var="spec_service_id"><spring:message code="protocol_name"/></c:set>
|
||||
<c:set var="spec_service_id"><spring:message code="social_app"/></c:set>
|
||||
<sys:treeselect id="specServiceId" name="specServiceId" value="${specificServiceCfg.parent.specServiceId}"
|
||||
labelName="parent.specServiceName"
|
||||
labelValue="${empty cfg.specServiceId?spec_service_id:fns:getBySpecServiceId(cfg.specServiceId).specServiceName}"
|
||||
|
||||
@@ -115,9 +115,9 @@ $(function(){
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<div class="form-group">
|
||||
<label class="control-label col-md-3"><font color="red">*</font><spring:message code="config_describe"/></label>
|
||||
<label class="control-label col-md-3"><spring:message code="config_describe"/></label>
|
||||
<div class="col-md-6">
|
||||
<input class="required form-control" type="text" name="cfgDesc" value="${_cfg.cfgDesc}">
|
||||
<input class="form-control" type="text" name="cfgDesc" value="${_cfg.cfgDesc}">
|
||||
</div>
|
||||
<div for="cfgDesc"></div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user