HTTP(S)阻断 修改
This commit is contained in:
@@ -488,7 +488,18 @@
|
||||
</td>
|
||||
<td>${log.policyId }</td>
|
||||
<td>
|
||||
<spring:message code="action_manipulate"/>
|
||||
<c:if test="${log.action eq 1 or log.action eq 16}">
|
||||
<c:set var="actions">${log.action }</c:set>
|
||||
<c:forEach items="${fns:getDictList('SERVICE_ACTION')}" var="dict">
|
||||
<c:if test="${dict.itemCode eq log.action}">
|
||||
<c:set var="actions">${dict.itemValue}</c:set>
|
||||
</c:if>
|
||||
</c:forEach>
|
||||
<spring:message code="${actions}"/>
|
||||
</c:if>
|
||||
<c:if test="${log.action eq 48}">
|
||||
<spring:message code="action_manipulate"/>
|
||||
</c:if>
|
||||
</td>
|
||||
<%-- <td>${log.foundTime }</td> --%>
|
||||
<td>${log.startTime }</td>
|
||||
|
||||
Reference in New Issue
Block a user