Skip to content

Commit 06e9990

Browse files
committed
feat: add print view for compliance evaluations with detailed report
1 parent 8b63422 commit 06e9990

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

frontend/src/app/compliance/compliance-report-viewer/compliance-report-viewer.component.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ <h5 class="card-title mb-0 text-uppercase label-header">
7272
<div class="col overflow-auto h-100">
7373
<div class="card m-0">
7474
<!-- Conditional rendering based on selected action -->
75-
<!-- TODO: ELENA to be checked -->
7675
<app-compliance-latest-evaluations-view [section]="activeSection" (pageChange)="onPageChange($event)" *ngIf="action === 'compliance' && activeSection"></app-compliance-latest-evaluations-view>
7776
<app-compliance-evaluation-history-view *ngIf="action === 'reports'"></app-compliance-evaluation-history-view>
7877
<!--<app-compliance-reports-view [section]="activeSection" (pageChange)="onPageChange($event)" *ngIf="action === 'compliance' && activeSection"></app-compliance-reports-view>

0 commit comments

Comments
 (0)