https日志现场文件改为admin用户查看,voip的日志title国际化由av_voip_ip_control改为av_voip_control
This commit is contained in:
@@ -73,7 +73,7 @@ $(document).ready(function(){
|
|||||||
<div class="theme-panel hidden-xs hidden-sm">
|
<div class="theme-panel hidden-xs hidden-sm">
|
||||||
</div>
|
</div>
|
||||||
<h3 class="page-title">
|
<h3 class="page-title">
|
||||||
<spring:message code="av_voip_ip_control"/>
|
<spring:message code="av_voip_control"/>
|
||||||
</h3>
|
</h3>
|
||||||
|
|
||||||
<h5 class="page-header"></h5>
|
<h5 class="page-header"></h5>
|
||||||
|
|||||||
@@ -205,8 +205,10 @@
|
|||||||
<th class="sort-column entrance_id" isVisible="false"><spring:message code="entrance_id"/></th>
|
<th class="sort-column entrance_id" isVisible="false"><spring:message code="entrance_id"/></th>
|
||||||
|
|
||||||
<th class="sort-column url"> URL </th>
|
<th class="sort-column url"> URL </th>
|
||||||
|
<c:if test="${fns:getUser().isAdmin()}">
|
||||||
<th class="sort-column req_line"><spring:message code="req_line"/></th>
|
<th class="sort-column req_line"><spring:message code="req_line"/></th>
|
||||||
<th class="sort-column res_line"><spring:message code="res_line"/></th>
|
<th class="sort-column res_line"><spring:message code="res_line"/></th>
|
||||||
|
</c:if>
|
||||||
<th class="sort-column cookie"><spring:message code="cookie"/></th>
|
<th class="sort-column cookie"><spring:message code="cookie"/></th>
|
||||||
<th class="sort-column referer"><spring:message code="referer"/></th>
|
<th class="sort-column referer"><spring:message code="referer"/></th>
|
||||||
<th class="sort-column user_agent"><spring:message code="user_agent"/></th>
|
<th class="sort-column user_agent"><spring:message code="user_agent"/></th>
|
||||||
@@ -284,8 +286,10 @@
|
|||||||
http://${log.url}
|
http://${log.url}
|
||||||
</c:if> --%>
|
</c:if> --%>
|
||||||
</td>
|
</td>
|
||||||
|
<c:if test="${fns:getUser().isAdmin()}">
|
||||||
<td>${log.reqLine }</td>
|
<td>${log.reqLine }</td>
|
||||||
<td>${log.resLine }</td>
|
<td>${log.resLine }</td>
|
||||||
|
</c:if>
|
||||||
<td>${log.cookie }</td>
|
<td>${log.cookie }</td>
|
||||||
<td>${log.referer }</td>
|
<td>${log.referer }</td>
|
||||||
<td>${log.userAgent }</td>
|
<td>${log.userAgent }</td>
|
||||||
|
|||||||
Reference in New Issue
Block a user