(1)ip列表界面action替换
(2)log_total国际化
This commit is contained in:
@@ -630,4 +630,5 @@ version=version
|
|||||||
encrypt_mode=encrypt mode
|
encrypt_mode=encrypt mode
|
||||||
hmac=HMAC
|
hmac=HMAC
|
||||||
tunnel_type=tunnel type
|
tunnel_type=tunnel type
|
||||||
|
log_total=log total
|
||||||
#===========log end =============
|
#===========log end =============
|
||||||
@@ -456,4 +456,5 @@ version=version
|
|||||||
encrypt_mode=encrypt mode
|
encrypt_mode=encrypt mode
|
||||||
hmac=HMAC
|
hmac=HMAC
|
||||||
tunnel_type=tunnel type
|
tunnel_type=tunnel type
|
||||||
|
log_total=log total
|
||||||
#===========log end =============
|
#===========log end =============
|
||||||
@@ -657,4 +657,5 @@ version=\u7248\u672c\u53f7
|
|||||||
encrypt_mode=\u52a0\u5bc6\u65b9\u5f0f
|
encrypt_mode=\u52a0\u5bc6\u65b9\u5f0f
|
||||||
hmac=\u662f\u5426\u6709HMAC
|
hmac=\u662f\u5426\u6709HMAC
|
||||||
tunnel_type=\u901a\u9053\u7c7b\u578b
|
tunnel_type=\u901a\u9053\u7c7b\u578b
|
||||||
|
log_total=\u65E5\u5FD7\u603B\u91CF
|
||||||
#===========log end =============
|
#===========log end =============
|
||||||
@@ -252,17 +252,17 @@
|
|||||||
<td>${cfg.destPort }</td>
|
<td>${cfg.destPort }</td>
|
||||||
<td>
|
<td>
|
||||||
<c:forEach items="${fns:getDictList('SERVICE_ACTION')}" var="serviceC">
|
<c:forEach items="${fns:getDictList('SERVICE_ACTION')}" var="serviceC">
|
||||||
<c:if test="${cfg.action eq serviceC.itemValue}"><spring:message code="${serviceC.itemDesc }"/></c:if>
|
<c:if test="${cfg.action eq serviceC.itemCode}"><spring:message code="${serviceC.itemValue }"/></c:if>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<c:forEach items="${fns:getDictList('DIRECTION')}" var="directionC">
|
<c:forEach items="${fns:getDictList('DIRECTION')}" var="directionC">
|
||||||
<c:if test="${cfg.direction eq directionC.itemCode}"><spring:message code="${directionC.itemDesc }"/></c:if>
|
<c:if test="${cfg.direction eq directionC.itemCode}"><spring:message code="${directionC.itemValue }"/></c:if>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<c:forEach items="${fns:getDictList('PROTOCOL')}" var="protocolC">
|
<c:forEach items="${fns:getDictList('PROTOCOL')}" var="protocolC">
|
||||||
<c:if test="${cfg.protocol eq protocolC.itemCode}"><spring:message code="${protocolC.itemDesc }"/></c:if>
|
<c:if test="${cfg.protocol eq protocolC.itemCode}"><spring:message code="${protocolC.itemValue }"/></c:if>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
|
|||||||
Reference in New Issue
Block a user