Skip to content

Commit

Permalink
update field in xhtml2pdf template for findings (daxa-ai#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
rutujaac authored and shreyas-damle committed Apr 24, 2024
1 parent 73d23de commit 5c3da7a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pebblo/reports/templates/xhtml2pdfTemplate.html
Original file line number Diff line number Diff line change
Expand Up @@ -655,8 +655,7 @@
</td>
<td>
<div class="font-64 critical text-start inline-flex">
{{ data.reportSummary.filesWithRestrictedData|default('0')
}}
{{ data.reportSummary.filesWithFindings|default('0') }}
<span class="surface-10 font-32 normal pb-1 mt-auto"
>/{{ data.reportSummary.totalFiles|default('0') }}</span
>
Expand Down

0 comments on commit 5c3da7a

Please sign in to comment.