Skip to content

Commit

Permalink
#214 fix long report useless code
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromeleonard committed Jul 5, 2018
1 parent 23c381b commit 21031b7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions thehive-templates/DomainTools_Risk_2_0/long.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,6 @@ <h4 class="panel-title">Components</h4>
<span class="label" ng-class="{'label-success' : r.risk_score == 0, 'label-warning' : r.risk_score > 0 && r.risk_score <= 50,
'label-danger': r.risk_score > 50}">
{{r.risk_score}}

</span>
<span ng-init="">
<uib-progress max=100 value="{{r.risk_score}}"></uib-progress>
</span>
</td>
<td>
Expand Down

0 comments on commit 21031b7

Please sign in to comment.