[master | DONE | ADDED] Monitor - Indicators: show selected filters above the indicators

This commit is contained in:
argirok 2024-01-30 10:12:34 +02:00
parent ccb00a4760
commit c69b11eb21
1 changed files with 5 additions and 2 deletions

View File

@ -17,8 +17,11 @@
<div *ngIf="!activeSubCategory && !loading" class="message">
No {{entities.stakeholder}} yet.
</div>
<div *ngIf="activeSubCategory" class="uk-section">
<ng-container *ngFor="let number of activeSubCategory.numbers; let i = index;">
<div *ngIf="activeSubCategory" class="uk-section">
<div *ngIf="countSelectedFilters() > 1" class="uk-margin-bottom">
<ng-container *ngTemplateOutlet="selected_filters_pills"></ng-container>
</div>
<ng-container *ngFor="let number of activeSubCategory.numbers; let i = index;">
<div *ngIf="!isMobile" class="uk-grid uk-grid-small uk-grid-match uk-margin-medium-bottom" uk-grid uk-height-match="target: .uk-card">
<h5 *ngIf="number.title" class="uk-width-1-1 uk-margin-bottom">{{number.title}}</h5>
<ng-template ngFor [ngForOf]="number.indicators" let-indicator let-j="index">