File tree Expand file tree Collapse file tree
frontend/src/app/compliance/compliance-report-viewer Expand file tree Collapse file tree Original file line number Diff line number Diff 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>
You can’t perform that action at this time.
0 commit comments