aggregation-platform/plugins/developer/html/logPanel.html

8 lines
253 B
HTML

<div class="log-panel" ng-controller="Developer.JenkinsLogController" scroll-glue>
<div class="log-panel-inner" style="height: 25px;">
<p ng-repeat="log in log.logs track by $index" ng-bind-html="log | asTrustedHtml"></p>
</div>
</div>