Skip to content

Commit

Permalink
#300 add short report template
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromeleonard committed Sep 3, 2018
1 parent 5edb518 commit 67bb738
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions thehive-templates/DShield_lookup_1_0/short.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<span class="label" ng-repeat="t in content.taxonomies" ng-class="{'info': 'label-info', 'safe': 'label-success', 'suspicious': 'label-warning', 'malicious':'label-danger'}[t.level]">
{{t.namespace}}:{{t.predicate}}="{{t.value}}"
</span>

0 comments on commit 67bb738

Please sign in to comment.