修改基础协议界面标题及IP Address增加action查询条件

This commit is contained in:
leijun
2018-08-18 19:58:08 +08:00
parent ab07d98b55
commit cbeaaadb00
2 changed files with 25 additions and 8 deletions

View File

@@ -29,7 +29,15 @@ $(document).ready(function(){
<div class="page-content">
<h3 class="page-title">
<spring:message code="dk_behavior"/>
<c:if test="${log.functionId == 407}">
<spring:message code="basic_protocol"/>
</c:if>
<c:if test="${log.functionId == 408}">
<spring:message code="encrypted_tunnel_behavior"/>
</c:if>
<c:if test="${log.functionId == 63}">
<spring:message code="app_policy_config"/>
</c:if>
<small><spring:message code="date_list"/></small>
</h3>