(1)ip列表界面action替换

(2)log_total国际化
This commit is contained in:
wangxin
2018-06-13 16:51:15 +08:00
parent c0dc15700e
commit c63b086b26
4 changed files with 6 additions and 3 deletions

View File

@@ -630,4 +630,5 @@ version=version
encrypt_mode=encrypt mode
hmac=HMAC
tunnel_type=tunnel type
log_total=log total
#===========log end =============

View File

@@ -456,4 +456,5 @@ version=version
encrypt_mode=encrypt mode
hmac=HMAC
tunnel_type=tunnel type
log_total=log total
#===========log end =============

View File

@@ -657,4 +657,5 @@ version=\u7248\u672c\u53f7
encrypt_mode=\u52a0\u5bc6\u65b9\u5f0f
hmac=\u662f\u5426\u6709HMAC
tunnel_type=\u901a\u9053\u7c7b\u578b
log_total=\u65E5\u5FD7\u603B\u91CF
#===========log end =============

View File

@@ -252,17 +252,17 @@
<td>${cfg.destPort }</td>
<td>
<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>
</td>
<td>
<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>
</td>
<td>
<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>
</td>
<td>