Skip to content

Commit

Permalink
#425 #353 fix order of ISO Code and Country
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromeleonard committed Mar 23, 2019
1 parent a762315 commit 467304a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions thehive-templates/AbuseIPDB_1_0/long.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="panel panel-info" ng-if="success && content.values.length > 0">
<div class="panel panel-danger" ng-if="success && content.values.length > 0">
<div class="panel-heading">
AbuseIPDB Report for {{artifact.data | fang}}
</div>
Expand All @@ -20,8 +20,8 @@
<td>{{r.created}}</td>
<td><span class="text"
ng-class="{ 'text-danger': r.abuseConfidenceScore >=70 ,'text-warning': r.abuseConfidenceScore < 70, 'text-success': r.abuseConfidenceScore == 0}">{{r.abuseConfidenceScore}}</span></td>
<td>{{r.country}}</td>
<td>{{r.isoCode}}</td>
<td>{{r.country}}</td>
<td>{{r.isWhitelisted}}</td>
<td>
<span ng-repeat="c in r.categories_strings"><span class="label label-primary">{{c}}</span> </span>
Expand Down

0 comments on commit 467304a

Please sign in to comment.