Skip to content

Commit

Permalink
#41 #16 fix mistaken duplicate error report
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromeleonard committed May 16, 2017
1 parent ae10542 commit f36001c
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions thehive-templates/VMRay_1_0/long.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
<b>No matches.</b>
</div>
</div>

<div class="panel panel-danger" ng-if="!success">
<div class="panel-heading">
VMRay Report returned with an error
Expand All @@ -92,15 +93,4 @@
<dd><a href="https://vmray.analyse.certbund/user/sample/list?quick_search_value={{e.submission_filename}}">{{e.submission_filename}} (search)</a></dd>
</dl>
</div>
</div>

<div ng-if="!success">
<div class="panel panel-danger">
<div class="panel-heading">
<strong>{{(artifact.data || artifact.attachment.name)| fang}}</strong>
</div>
<div class="panel-body">
{{content.verbose_msg}}
</div>
</div>
</div>

0 comments on commit f36001c

Please sign in to comment.