Skip to content

Commit

Permalink
#290 fix problem in long report
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromeleonard committed Jun 23, 2018
1 parent 10b10ca commit dde5fba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thehive-templates/IBMXForce_Lookup_1_0/long.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ <h4>IBM X-Force information for {{artifact.data | fang}}</h4>

<dl class="dl-horizontal">
<dt>Score</dt>
<dd><span class="label">{{content.score_value}}</span></dd>
<dd><span class="label label-primary">{{content.score_value}}</span></dd>
</dl>
<dl class="dl-horizontal" ng-if="content.families.length > 0">
<dt>Families</dt>
Expand Down

0 comments on commit dde5fba

Please sign in to comment.