You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
246 B
8 lines
246 B
9 years ago
|
<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>
|
||
|
|
||
|
|