Revert "Merge branch 'metrics' into develop"

This reverts commit d28966c3e1, reversing
changes made to d73c16efa2.
This commit is contained in:
nemo 2023-11-22 11:23:52 +00:00
parent 1156325b20
commit 385faab72e

View File

@ -157,8 +157,6 @@
<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>
@ -169,9 +167,9 @@
<tr>
<td>{{ forloop.counter }}</td>
<td>{{ metric.verb_selection }}</td>
<td>{{ metric.url }}</td>
<td>{{ metric.IP}}</td>
<td>{{ metric.IP }}</td>
<td>
{{ metric.url }}
</td>
<td>{{ metric.date|date:"Y-m-d H:i:s.u" }}</td>
<td>{{ metric.duration }}</td>
<td>