Adds full RAW timestamp to properties table (Thx Dan Booth)

This commit is contained in:
Warren Buckley
2018-09-12 16:52:32 +01:00
parent 756e0bbbe1
commit 142a319776

View File

@@ -147,6 +147,10 @@
<h3>Properties</h3>
<table class="table">
<tbody>
<tr>
<th>Timestamp</th>
<td>{{log.Timestamp}}</td>
</tr>
<tr>
<th>@MessageTemplate</th>
<td>{{log.MessageTemplateText}}</td>