Skip to content

Commit

Permalink
fix observable name
Browse files Browse the repository at this point in the history
  • Loading branch information
Davide Arcuri committed Jun 29, 2020
1 parent 0f72cd3 commit f36d138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thehive-templates/SpamAssassin_1_0/long.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div class="panel panel-info" ng-if="success">

<div class="panel-heading">
SpamAssassin score for <strong>{{artifact.data}}</strong>
SpamAssassin score for <strong>{{(artifact.data || artifact.attachment.name) | fang}}</strong>
</div>
<div class="panel-body">
<h4>Final Score</h4>
Expand Down

0 comments on commit f36d138

Please sign in to comment.