Made detail information of metrics show without non-semantic table rows

This commit is contained in:
Sebastian Henschel 2017-05-21 16:50:50 +02:00
parent d6e3c55846
commit b0f1a0b997
2 changed files with 2 additions and 7 deletions

View File

@ -9,7 +9,3 @@
#metrics #metrics-list ul {
margin-left: -25px;
}
#metrics .noborder {
border: none;
}

View File

@ -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>