修改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

@@ -1394,4 +1394,5 @@ start_ip=Start IP
end_ip=End IP end_ip=End IP
action_detail=Action Detail action_detail=Action Detail
pass=Pass pass=Pass
live_link=Live Link live_link=Live Link
area_type=Area Type

View File

@@ -1398,4 +1398,5 @@ start_ip=Start IP
end_ip=End IP end_ip=End IP
action_detail=Action Detail action_detail=Action Detail
pass=Pass pass=Pass
live_link=Live Link live_link=Live Link
area_type=Area Type

View File

@@ -1394,4 +1394,5 @@ start_ip=Start IP
end_ip=End IP end_ip=End IP
action_detail=\u52a8\u4f5c\u8be6\u60c5 action_detail=\u52a8\u4f5c\u8be6\u60c5
pass=Pass pass=Pass
live_link=Live Link 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 class="theme-panel hidden-xs hidden-sm">
</div> </div>
<h3 class="page-title"> <h3 class="page-title">
<spring:message code="openvpn_control"/> <spring:message code="spoofing_ip_policy"/>
</h3> </h3>
<h5 class="page-header"></h5> <h5 class="page-header"></h5>
@@ -246,7 +246,7 @@ $(document).ready(function(){
<spring:message code="${entrances}"/> <spring:message code="${entrances}"/>
</td> </td>
<td>${log.version}</td> <%-- <td>${log.version}</td>
<td>${log.encryptMode}</td> <td>${log.encryptMode}</td>
<td> <td>
<c:forEach items="${fns:getDictList('SYS_YES_NO')}" var="dic"> <c:forEach items="${fns:getDictList('SYS_YES_NO')}" var="dic">
@@ -256,7 +256,7 @@ $(document).ready(function(){
<td> <td>
<c:if test="${log.tunnelType==1}">TCP</c:if> <c:if test="${log.tunnelType==1}">TCP</c:if>
<c:if test="${log.tunnelType==2}">UDP</c:if> <c:if test="${log.tunnelType==2}">UDP</c:if>
</td> </td> --%>
<td title="${log.capIp }">${fns:abbr(log.capIp, 42)}</td> <td title="${log.capIp }">${fns:abbr(log.capIp, 42)}</td>
<td> <td>
<c:set var="transProtos">${log.transProto }</c:set> <c:set var="transProtos">${log.transProto }</c:set>