Skip to content

Commit

Permalink
#340 fix short report
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromeleonard committed Sep 6, 2018
1 parent 2d2554a commit 07089ed
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion thehive-templates/C1fApp_1_0/short.html
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
<span class="label label-info">Basic: {{content.count || 0}} record(s)</span>`
<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 07089ed

Please sign in to comment.