mirror of
https://github.com/OpenBankProject/API-Manager.git
synced 2026-02-06 15:06:48 +00:00
Made detail information of metrics show without non-semantic table rows
This commit is contained in:
parent
d6e3c55846
commit
b0f1a0b997
@ -9,7 +9,3 @@
|
||||
#metrics #metrics-list ul {
|
||||
margin-left: -25px;
|
||||
}
|
||||
|
||||
#metrics .noborder {
|
||||
border: none;
|
||||
}
|
||||
|
||||
@ -137,6 +137,7 @@
|
||||
<th>Verb</th>
|
||||
<th>URL</th>
|
||||
<th>Date</th>
|
||||
<th>Details</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@ -148,9 +149,7 @@
|
||||
{{ metric.url }}
|
||||
</td>
|
||||
<td>{{ metric.date|date:"Y-m-d H:m:s" }}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="5" class="noborder">
|
||||
<td>
|
||||
<ul>
|
||||
<li>User Name: {{ metric.user_name }}</li>
|
||||
<li>User ID: {{ metric.user_id }}</li>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user