mirror of
https://github.com/valitydev/Cortex-Analyzers.git
synced 2024-11-07 09:28:58 +00:00
#270 update URLHaus long report with shiny colored labels for tags, status and GSB
This commit is contained in:
parent
617fb728e1
commit
ee670b2e83
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user