Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
syloktools authored May 31, 2018
1 parent f32ea56 commit e1c19be
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions thehive-templates/staxx_1_0/long.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
<div class="panel panel-danger" ng-if="!success">
<div class="panel-heading">
<strong>{{artifact.data | fang}}</strong>
</div>
<div class="panel-body">
{{content.errorMessage}}
</div>
</div>


<div class="panel panel-info" ng-if="success">
<div class="panel-heading">
Staxx Report
</div>
<div class="panel-body">

<dl class="dl-horizontal" ng-if="content.errortext">
<dt><i class="fa fa-warning"></i> ERROR: </dt>
<dd class="wrap">{{content.errortext}}&nbsp;</dd>
</dl>

<dl class="dl-horizontal">
<dt>Related Hits Found: </dt>
<dd class="wrap">{{content.count}}</dd>
</dl>

<dl class="dl-horizontal">
<dt>Last seen: </dt>
<dd class="wrap">{{content.hits[0].date_last}}</dd>
</dl>

<dl class="dl-horizontal">
<dt>Last type: </dt>
<dd class="wrap">{{content.hits[0].itype}}</dd>
</dl>

<dl class="dl-horizontal">
<dt>Lastest details: </dt>
<dd class="wrap">{{content.hits[0].detail}}</dd>
</dl>
</div>
</div>

0 comments on commit e1c19be

Please sign in to comment.