修改spoofing策略日志的不需要显示的td未隐藏bug

国际化增加area_type
This commit is contained in:
段冬梅
2018-12-17 13:31:21 +08:00
parent 26904fb6e3
commit 8bc06c78c7
4 changed files with 9 additions and 6 deletions

View File

@@ -1395,3 +1395,4 @@ end_ip=End IP
action_detail=Action Detail
pass=Pass
live_link=Live Link
area_type=Area Type

View File

@@ -1399,3 +1399,4 @@ end_ip=End IP
action_detail=Action Detail
pass=Pass
live_link=Live Link
area_type=Area Type

View File

@@ -1395,3 +1395,4 @@ end_ip=End IP
action_detail=\u52a8\u4f5c\u8be6\u60c5
pass=Pass
live_link=Live Link
area_type=Area Type

View File

@@ -31,7 +31,7 @@ $(document).ready(function(){
<div class="theme-panel hidden-xs hidden-sm">
</div>
<h3 class="page-title">
<spring:message code="openvpn_control"/>
<spring:message code="spoofing_ip_policy"/>
</h3>
<h5 class="page-header"></h5>
@@ -246,7 +246,7 @@ $(document).ready(function(){
<spring:message code="${entrances}"/>
</td>
<td>${log.version}</td>
<%-- <td>${log.version}</td>
<td>${log.encryptMode}</td>
<td>
<c:forEach items="${fns:getDictList('SYS_YES_NO')}" var="dic">
@@ -256,7 +256,7 @@ $(document).ready(function(){
<td>
<c:if test="${log.tunnelType==1}">TCP</c:if>
<c:if test="${log.tunnelType==2}">UDP</c:if>
</td>
</td> --%>
<td title="${log.capIp }">${fns:abbr(log.capIp, 42)}</td>
<td>
<c:set var="transProtos">${log.transProto }</c:set>