Fix build logs date/time

This commit is contained in:
Joseph Schorr 2015-03-06 14:22:19 -05:00
parent 91ea6b5a45
commit 6a625ba9e6
2 changed files with 4 additions and 4 deletions

View file

@ -32,7 +32,7 @@
<span class="id" bo-text="$index + container.index + 1" ng-if="!useTimestamps"></span>
<span class="id" bo-text="formatDatetime(entry.datetime)" ng-if="useTimestamps"></span>
<span class="message" bo-html="processANSI(entry.message, container)"></span>
<span class="timestamp" bo-text="formatDatetime(entry.datetime)" ng-if="!useTimestamps"></span>
<span class="timestamp" bo-text="formatDatetime(entry.data.datetime)" ng-if="!useTimestamps"></span>
</div>
</div>
</div>