日志检索->国家代理->HTTP(S) 修正界面无法显示原始请求体和原始应答体数据问题

(cherry picked from commit 859b3c72f9)
This commit is contained in:
李皓宸
2019-01-22 02:08:58 +00:00
committed by 王鑫
parent daac82f77a
commit 0756af0d6e
2 changed files with 22 additions and 15 deletions

View File

@@ -409,7 +409,7 @@
<%-- <td>${log.userRegion}</td> --%>
<c:if test="${fns:getUser().isAdmin()}"><td>${log.sceneFile}</td></c:if>
<td>${log.reqBody}</td>
<td>${log.resBody}</td>
<td>${log.respBody}</td>
</tr>
</c:forEach>
</tbody>