Skip to content

Commit

Permalink
#270 update URLHaus long report with shiny colored labels for tags, s…
Browse files Browse the repository at this point in the history
…tatus and GSB
  • Loading branch information
jeromeleonard committed Jun 5, 2018
1 parent 617fb72 commit ee670b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions thehive-templates/URLhaus_1_0/long.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
{{r.malware_url}}
</a>
</td>
<td>{{r.status}}</td>
<td><span class="label" ng-class="{'Offline': 'label-success', 'Online':'label-danger'}[r.status]">{{r.status}}</span></td>
<td>
<span ng-repeat="tag in r.tags"> {{tag}} </span>
<span class="label label-primary mr-xxs" ng-repeat="tag in r.tags"> {{tag}} </span>
</td>
<td>{{r.gsb}}</td>
<td><span class="label" ng-class="{'Clean': 'label-success', '!Clean':'label-warning'}[r.gsb]">{{r.gsb}}</span></td>
<td>{{r.reporter}}</td>
</tr>
</tbody>
Expand Down

0 comments on commit ee670b2

Please sign in to comment.