修改基础协议界面标题及IP Address增加action查询条件
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user