mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-22 01:00:24 +08:00
改进界面
This commit is contained in:
@@ -27,8 +27,8 @@
|
|||||||
<!-- 最近日志 -->
|
<!-- 最近日志 -->
|
||||||
<div v-if="accessLogs.length > 0">
|
<div v-if="accessLogs.length > 0">
|
||||||
<div class="ui divider"></div>
|
<div class="ui divider"></div>
|
||||||
<h4>最新记录</h4>
|
<h4>最新拦截记录</h4>
|
||||||
<table class="ui table">
|
<table class="ui table selectable">
|
||||||
<tr v-for="accessLog in accessLogs" :key="accessLog.requestId">
|
<tr v-for="accessLog in accessLogs" :key="accessLog.requestId">
|
||||||
<td><http-access-log-box :v-access-log="accessLog"></http-access-log-box></td>
|
<td><http-access-log-box :v-access-log="accessLog"></http-access-log-box></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
Reference in New Issue
Block a user