Skip to content

Commit

Permalink
Ref #269: changes in long template for greynoise
Browse files Browse the repository at this point in the history
  • Loading branch information
3c7 committed Jun 4, 2018
1 parent 6093ce5 commit 6f756ee
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions thehive-templates/GreyNoise_2_3/long.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
<th>Last update</th>
<th>Name</th>
<th>Tags</th>
<th>Metadata</th>
</thead>
<tbody ng-repeat="record in content.records | orderBy:'-last_updated'">
<tr>
Expand All @@ -19,11 +18,15 @@
<td>{{record.last_updated}}</td>
<td>{{record.name}}</td>
<td><span class="label label-warning" ng-if="content.metadata.tor">Tor-Node</span></td>
<td><pre>{{record.metadata}}</pre></td>
</tr>
<tr>
<td colspan="5">
Metadata: <pre>{{record.metadata | json}}</pre>
</td>
</tr>
</tbody>
</table>
<p ng-ig="!content.records">No records found for {{artifact.data}}.</p>
<p ng-if="!content.records">No records found for {{artifact.data}}.</p>
</div>
</div>

Expand Down

0 comments on commit 6f756ee

Please sign in to comment.