mirror of
https://github.com/lijiejie/eyes.sh.git
synced 2026-09-22 01:30:43 +08:00
bug fix
This commit is contained in:
@@ -134,7 +134,7 @@
|
|||||||
<tr class="d-none" id="web_headers_{{log.id}}">
|
<tr class="d-none" id="web_headers_{{log.id}}">
|
||||||
<td colspan="6" style="word-break:break-all">
|
<td colspan="6" style="word-break:break-all">
|
||||||
<div>
|
<div>
|
||||||
<pre class="alert alert-info">{% if log.city %}{{ log.headers }}{% else %}{{ log.remote_addr }}{% endif %}</pre>
|
<pre class="alert alert-info">{% if log.headers %}{{ log.headers }}{% else %}{{ log.remote_addr }}{% endif %}</pre>
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
Reference in New Issue
Block a user