Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename files to documents in weasyprintTemplate.html #193

Merged
merged 20 commits into from
Feb 21, 2024
Merged
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
f8213ee
added length for snippetCount in report template
rutujaCopods Jan 31, 2024
f6034fd
pyproject.toml update
rutujaCopods Jan 31, 2024
6be1b8c
Merge pull request #1 from rutujaac/rutuja-length-for-snippet-count
rutujaac Jan 31, 2024
1825709
remove time conversion function
rutujaCopods Jan 31, 2024
05bd06b
Merge pull request #2 from rutujaac/rutuja-remove-time-conversion
rutujaac Jan 31, 2024
f280b65
Merge branch 'main' of github.com:daxa-ai/pebblo
rutujaCopods Jan 31, 2024
0c7cc70
remove date util dependency
rutujaCopods Jan 31, 2024
48a5333
Merge pull request #3 from rutujaac/rutuja-remove-dateutil-dependency
rutujaac Jan 31, 2024
4025b33
Merge branch 'main' of github.com:daxa-ai/pebblo
rutujaCopods Feb 1, 2024
8e302a2
Merge branch 'main' of github.com:daxa-ai/pebblo
rutujaac Feb 2, 2024
1d3959d
Merge branch 'main' of github.com:daxa-ai/pebblo
rutujaac Feb 8, 2024
df2b61a
Merge branch 'main' of github.com:daxa-ai/pebblo
rutujaac Feb 8, 2024
041666c
Merge branch 'main' of github.com:daxa-ai/pebblo
rutujaac Feb 9, 2024
5a2bb55
Merge branch 'main' of github.com:daxa-ai/pebblo
rutujaac Feb 13, 2024
547c8a1
Merge branch 'main' of github.com:daxa-ai/pebblo
rutujaac Feb 13, 2024
60d4689
Merge branch 'main' of github.com:daxa-ai/pebblo
rutujaac Feb 15, 2024
9d28993
Merge branch 'main' of github.com:daxa-ai/pebblo
rutujaac Feb 16, 2024
533ecd3
Merge branch 'main' of github.com:daxa-ai/pebblo
rutujaac Feb 19, 2024
7889f67
Merge branch 'main' of github.com:daxa-ai/pebblo
rutujaac Feb 21, 2024
ad27d6c
rename files to documents in weasyprintTemplate
rutujaac Feb 21, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions pebblo/reports/templates/weasyprintTemplate.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
>/{{ data.reportSummary.totalFiles|default('0') }}</span
>
</div>
<div class="surface-10 font-13">Files With Findings</div>
<div class="surface-10 font-13">Documents With Findings</div>
</div>
<div class="ml-24">
<div class="surface-10 font-64 manrope font-thin">
Expand All @@ -79,13 +79,13 @@
<div class="bg-white pt-10 pb-10 pl-13 pr-13">
<div>
<div class="surface-10 font-14 inter medium">
Top Files With Most Findings
Top Documents With Most Findings
</div>
<div class="mt-3 inter">
<table class="fixed">
<thead class="font-12">
<tr>
<th class="medium">File Name</th>
<th class="medium">Document Name</th>
<th></th>
<th class="medium text-end">Findings - Topics</th>
<th class="medium text-end">Findings - Entities</th>
Expand Down Expand Up @@ -125,7 +125,7 @@
<th class="medium">Report Name</th>
<th></th>
<th class="medium text-end">Findings</th>
<th class="medium text-end">Files With Findings</th>
<th class="medium text-end">Documents With Findings</th>
<th class="medium">Generated On</th>
</tr>
</thead>
Expand Down Expand Up @@ -258,7 +258,7 @@
<tr>
<th class="text-start">Finding Type</th>
<th class="text-start">Finding</th>
<th class="text-end">Source Files</th>
<th class="text-end">Source Documents</th>
<th class="text-end">Snippets</th>
</tr>
</thead>
Expand Down