Skip to content

Commit

Permalink
Improve the ordering of the records
Browse files Browse the repository at this point in the history
  • Loading branch information
ninoseki committed Aug 5, 2018
1 parent a71774b commit 23751d8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions thehive-templates/PassiveTotal_Passive_Dns_2_0/long.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@

<div class="report-PT" ng-if="success">
<style>
.report-PT dl {
margin-bottom: 2px;
}

</style>


Expand Down Expand Up @@ -51,10 +49,10 @@
<th>First seen</th>
<th>Last seen</th>
</tr>
<tr ng-repeat="c in content.results">
<tr ng-repeat="c in content.results | orderBy:'-firstSeen'">
<td>
<div ng-repeat="s in c.source">
<span>{{s}}</span>
<span>{{s}}</span>
</div>
</td>
<td>{{c.resolve || 'None'}}</td>
Expand Down

0 comments on commit 23751d8

Please sign in to comment.