Add ANSI support to the build log view

This commit is contained in:
Joseph Schorr 2014-02-13 22:01:26 -05:00
parent 8794547593
commit 540da00c64
7 changed files with 364 additions and 6 deletions

View file

@ -67,7 +67,7 @@
<div class="container-logs" ng-show="container.logs">
<div class="log-entry" bindonce ng-repeat="entry in container.logs">
<span class="id" bo-text="$index + container.index + 1"></span>
<span class="message" bo-text="entry.message"></span>
<span class="message" bo-html="processANSI(entry.message, container)"></span>
</div>
</div>
</div>