mirror of
https://github.com/OpenBankProject/API-Manager.git
synced 2026-02-06 15:26:46 +00:00
Add columns for IP adresses in the metrics table.
This commit is contained in:
parent
93bcbc02d4
commit
8c595268db
@ -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