Skip to content

Commit

Permalink
#41 update short report
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromeleonard committed Apr 26, 2017
1 parent a793142 commit d2f6cf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thehive-templates/GoogleSafebrowsing_0_1/short.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<span class="label label-success" ng-if="content.matches == 0 || !content">Google:Safebrowsing=No matches</span>
<span class="label label-success" ng-if="content.matches == 1">Google:Safebrowsing={{content.matches}} match</span>
<span class="label label-danger" ng-if="content.matches == 1">Google:Safebrowsing={{content.matches}} match</span>
<span class="label label-danger" ng-if="content.matches > 1">Google:Safebrowsing={{content.matches}} matches </span>

0 comments on commit d2f6cf4

Please sign in to comment.