Skip to content

Commit

Permalink
#142 Fix the OTX Query long report template
Browse files Browse the repository at this point in the history
  • Loading branch information
nadouani committed Mar 7, 2017
1 parent e69e20b commit be88316
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion contrib/report-templates/OTXQuery_1_0/long.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
<div class="panel panel-info">
<div class="panel panel-danger" ng-if="!success">
<div class="panel-heading">
<strong>{{artifact.data | fang}}</strong>
</div>
<div class="panel-body">
{{content.errorMessage}}
</div>
</div>


<div class="panel panel-info" ng-if="success">
<div class="panel-heading">
OTX Report
</div>
Expand Down

0 comments on commit be88316

Please sign in to comment.