intercept replace修改BUG
流量统计国际化俄文更改
This commit is contained in:
@@ -79,6 +79,7 @@ public class InterceptController extends CommonController{
|
|||||||
interceptCfgService.saveInterceptCfg(entity);
|
interceptCfgService.saveInterceptCfg(entity);
|
||||||
addMessage(redirectAttributes,"save_success");
|
addMessage(redirectAttributes,"save_success");
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
|
logger.error("save_failed", e);
|
||||||
addMessage(redirectAttributes,"save_failed");
|
addMessage(redirectAttributes,"save_failed");
|
||||||
}
|
}
|
||||||
return "redirect:" + adminPath +"/proxy/intercept/ip/list?functionId="+entity.getFunctionId();
|
return "redirect:" + adminPath +"/proxy/intercept/ip/list?functionId="+entity.getFunctionId();
|
||||||
|
|||||||
@@ -1172,9 +1172,9 @@ ASN_POLICY_MONIT=ASN Policy Monitoring
|
|||||||
p2p_monit=P2P Monitoring
|
p2p_monit=P2P Monitoring
|
||||||
av_content_url_whitelist=Multimedia Content Url White List
|
av_content_url_whitelist=Multimedia Content Url White List
|
||||||
av_content_ip_whitelist=Multimedia Content IP White List
|
av_content_ip_whitelist=Multimedia Content IP White List
|
||||||
active_port=Active Port TOP10
|
active_port=\u0410\u043A\u0442\u0438\u0432\u043D\u044B\u0439 \u041F\u043E\u0440\u0442 \u0422\u041E\u041F 10
|
||||||
visits=visits
|
visits=\u041F\u043E\u0441\u0435\u0449\u0430\u0435\u043C\u043E\u0441\u0442\u044C
|
||||||
percentage=Percentage
|
percentage=\u041F\u0440\u043E\u0446\u0435\u043D\u0442
|
||||||
APP_SSL=APP SSL Feature
|
APP_SSL=APP SSL Feature
|
||||||
APP_IP_RANGE=APP IP RANGE
|
APP_IP_RANGE=APP IP RANGE
|
||||||
APP_DK=APP DK Feature
|
APP_DK=APP DK Feature
|
||||||
@@ -247,7 +247,7 @@
|
|||||||
<select name="userRegion1" class="selectpicker show-tick form-control">
|
<select name="userRegion1" class="selectpicker show-tick form-control">
|
||||||
<option value="" <c:if test="${empty _cfg.userRegion1}">selected</c:if> ><spring:message code="selected"/></option>
|
<option value="" <c:if test="${empty _cfg.userRegion1}">selected</c:if> ><spring:message code="selected"/></option>
|
||||||
<c:forEach items="${certificateList}" var="certificate">
|
<c:forEach items="${certificateList}" var="certificate">
|
||||||
<option value="${certificate.compileId}" <c:if test="${_cfg.userRegion1==certificate.compileId}">selected</c:if>>${certificate.cfgDesc}</option>
|
<option value="${certificate.compileId}" <c:if test="${_cfg.userRegion1 eq fn:trim(certificate.compileId)}">selected</c:if>>${certificate.cfgDesc}</option>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user