mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-12-02 01:40:25 +08:00
日志详情中增加源站信息
This commit is contained in:
@@ -47,7 +47,10 @@
|
|||||||
</span>
|
</span>
|
||||||
<span v-else class="disabled">0</span>
|
<span v-else class="disabled">0</span>
|
||||||
</td>
|
</td>
|
||||||
<td></td>
|
<td>源站地址:
|
||||||
|
<span v-if="accessLog.originAddress != null && accessLog.originAddress">{{accessLog.originAddress}}</span>
|
||||||
|
<span v-else class="disabled">未访问源站</span>
|
||||||
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>ISO8601时间:{{accessLog.timeISO8601}}</td>
|
<td>ISO8601时间:{{accessLog.timeISO8601}}</td>
|
||||||
|
|||||||
Reference in New Issue
Block a user