summaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/ng2/pages/composition/palette/palette.component.html
diff options
context:
space:
mode:
authorJvD_Ericsson <jeff.van.dam@est.tech>2022-12-12 10:52:30 +0000
committerMichael Morris <michael.morris@est.tech>2023-01-23 17:35:24 +0000
commitf0100abd146b8c97e4b1ff0ba74175a24bbc5e98 (patch)
tree824dd98ca8973edea9a4683467c0cc1fb43a8953 /catalog-ui/src/app/ng2/pages/composition/palette/palette.component.html
parent7457ecefb624682f6dddc558111b1d38f2a2ca83 (diff)
Improve Composition View Filtering
Issue-ID: SDC-4330 Signed-off-by: JvD_Ericsson <jeff.van.dam@est.tech> Change-Id: I0a161605b722ca6db46b6a8259acc17fd8af0c02
Diffstat (limited to 'catalog-ui/src/app/ng2/pages/composition/palette/palette.component.html')
-rw-r--r--catalog-ui/src/app/ng2/pages/composition/palette/palette.component.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/catalog-ui/src/app/ng2/pages/composition/palette/palette.component.html b/catalog-ui/src/app/ng2/pages/composition/palette/palette.component.html
index 89a12d01d4..080f83cfa1 100644
--- a/catalog-ui/src/app/ng2/pages/composition/palette/palette.component.html
+++ b/catalog-ui/src/app/ng2/pages/composition/palette/palette.component.html
@@ -8,7 +8,7 @@
<div class="palette-elements-list">
<sdc-loader [global]="false" name="palette-loader" testId="palette-loader" [active]="this.isPaletteLoading" [class.inactive]="!this.isPaletteLoading"></sdc-loader>
<div *ngIf="numberOfElements === 0 && searchText" class="no-elements-found">No Elements Found</div>
- <sdc-accordion *ngFor="let mapByCategory of paletteElements | keyValue; let first = first" [attr.data-tests-id]="'leftPalette.category.'+mapByCategory.key" [title]="mapByCategory.key" [css-class]="'palette-category'">
+ <sdc-accordion *ngFor="let mapByCategory of paletteElements | keyValue; let first = first" [open]="this.openAccordion" [attr.data-tests-id]="'leftPalette.category.'+mapByCategory.key" [title]="mapByCategory.key" [css-class]="'palette-category'">
<div *ngFor="let mapBySubCategory of mapByCategory.value | keyValue">
<div class="palette-subcategory">{{mapBySubCategory.key}}</div>
<ng-container *ngIf="!(isViewOnly$ | async)">