mirror of
https://github.com/OpenBankProject/API-Manager.git
synced 2026-02-06 17:06:45 +00:00
Merge branch 'metrics' into develop
This commit is contained in:
commit
d28966c3e1
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user