mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-12-16 05:36:36 +08:00
全局访问日志增加WAF日志/优化交互/数据看板--WAF--最新拦截记录增加更多链接
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
<!-- 最近日志 -->
|
||||
<div v-if="accessLogs.length > 0">
|
||||
<div class="ui divider"></div>
|
||||
<h4>最新拦截记录</h4>
|
||||
<h4 class="header">最新拦截记录 <a href="/servers/logs?hasWAF=1">更多 »</a></h4>
|
||||
<table class="ui table selectable">
|
||||
<tr v-for="accessLog in accessLogs" :key="accessLog.requestId">
|
||||
<td><http-access-log-box :v-access-log="accessLog"></http-access-log-box></td>
|
||||
|
||||
Reference in New Issue
Block a user