Add columns for IP adresses in the metrics table.

This commit is contained in:
nemo 2023-11-03 11:45:17 +01:00
parent 93bcbc02d4
commit 8c595268db

View File

@ -157,6 +157,8 @@
<th scope="col">#</th>
<th scope="col">{% trans "Verb Select" %}</th>
<th scope="col">{% trans "URL" %}</th>
<th scope="col">{% trans "From IP" %}</th>
<th scope="col">{% trans "To IP" %}</th>
<th scope="col">{% trans "Date" %}</th>
<th scope="col">{% trans "Duration(ms)" %}</th>
<th scope="col">{% trans "Details" %}</th>
@ -167,9 +169,9 @@
<tr>
<td>{{ forloop.counter }}</td>
<td>{{ metric.verb_selection }}</td>
<td>
{{ metric.url }}
</td>
<td>{{ metric.url }}</td>
<td>{{ metric.IP}}</td>
<td>{{ metric.IP }}</td>
<td>{{ metric.date|date:"Y-m-d H:i:s.u" }}</td>
<td>{{ metric.duration }}</td>
<td>