Skip to content
This repository has been archived by the owner on Mar 23, 2021. It is now read-only.

Commit

Permalink
Compact the display of logs
Browse files Browse the repository at this point in the history
  • Loading branch information
rudigiesler committed Sep 18, 2017
1 parent 73776d4 commit 82fb03d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mapper/templates/mapper/logevent_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<tr>
<td class="mdl-data-table__cell--non-numeric">{{ log.created_at | naturaltime }}</td>
<td class="mdl-data-table__cell--non-numeric">{{ log.get_log_level_display }}</td>
<td class="mdl-data-table__cell--non-numeric">{{ log.message | linebreaks }}</td>
<td class="mdl-data-table__cell--non-numeric">{{ log.message | linebreaksbr }}</td>
</tr>
{% endfor %}
</table>
Expand Down

0 comments on commit 82fb03d

Please sign in to comment.