Skip to content

Commit

Permalink
#1110 ensure report template is working with TH4 and TH5
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromeleonard committed Jul 22, 2022
1 parent cb75452 commit a7c46c8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion thehive-templates/VirusTotal_GetReport_3_1/long.html
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@
</td>
<td>
<i
ng-class="scanner.category == 'malicious' ? 'text-danger fas fa-bug' : (scanner.category == 'suspicious' ? 'text-warning fas fa-bug' : (scanner.category == 'harmless' ? 'text-success fas fa-check-circle' : 'text-info fas fa-question-circle' ))"
ng-class="scanner.category == 'malicious' ? 'text-danger fa fa-bug' : (scanner.category == 'suspicious' ? 'text-warning fa fa-bug' : (scanner.category == 'harmless' ? 'text-success fa fa-check-circle' : 'text-info fa fa-question-circle' ))"
>
</i>
</td>
Expand Down
2 changes: 1 addition & 1 deletion thehive-templates/VirusTotal_Rescan_3_1/long.html
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@
</td>
<td>
<i
ng-class="scanner.category == 'malicious' ? 'text-danger fas fa-bug' : (scanner.category == 'suspicious' ? 'text-warning fas fa-bug' : (scanner.category == 'harmless' ? 'text-success fas fa-check-circle' : 'text-info fas fa-question-circle' ))"
ng-class="scanner.category == 'malicious' ? 'text-danger fa fa-bug' : (scanner.category == 'suspicious' ? 'text-warning fa fa-bug' : (scanner.category == 'harmless' ? 'text-success fa fa-check-circle' : 'text-info fa fa-question-circle' ))"
>
</i>
</td>
Expand Down
2 changes: 1 addition & 1 deletion thehive-templates/VirusTotal_Scan_3_1/long.html
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@
</td>
<td>
<i
ng-class="scanner.category == 'malicious' ? 'text-danger fas fa-bug' : (scanner.category == 'suspicious' ? 'text-warning fas fa-bug' : (scanner.category == 'harmless' ? 'text-success fas fa-check-circle' : 'text-info fas fa-question-circle' ))"
ng-class="scanner.category == 'malicious' ? 'text-danger fa fa-bug' : (scanner.category == 'suspicious' ? 'text-warning fa fa-bug' : (scanner.category == 'harmless' ? 'text-success fa fa-check-circle' : 'text-info fa fa-question-circle' ))"
>
</i>
</td>
Expand Down

0 comments on commit a7c46c8

Please sign in to comment.