This commit is contained in:
lijiejie
2022-07-07 19:42:03 +08:00
parent a725939576
commit 231100ed15
+1 -1
View File
@@ -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>