From: Eltanany Shaaban Date: Sun, 24 Jan 2021 11:16:47 +0000 (+0200) Subject: solving showing icon and filter by tags X-Git-Tag: 1.1.0~19^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F86%2F117086%2F1;p=ccsdk%2Fcds.git solving showing icon and filter by tags Issue-ID: CCSDK-2432 Signed-off-by: Eltanany Shaaban Change-Id: Id90a8706374f67959c43b616e4b123baa782354b --- diff --git a/cds-ui/designer-client/src/app/modules/feature-modules/packages/designer/designer.component.html b/cds-ui/designer-client/src/app/modules/feature-modules/packages/designer/designer.component.html index e11302d90..d1b5eca98 100644 --- a/cds-ui/designer-client/src/app/modules/feature-modules/packages/designer/designer.component.html +++ b/cds-ui/designer-client/src/app/modules/feature-modules/packages/designer/designer.component.html @@ -14,7 +14,7 @@ {{viewedPackage.artifactName}} diff --git a/cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/filter-by-tags/filter-by-tags.component.ts b/cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/filter-by-tags/filter-by-tags.component.ts index 4939e940b..6f02bbab8 100644 --- a/cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/filter-by-tags/filter-by-tags.component.ts +++ b/cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/filter-by-tags/filter-by-tags.component.ts @@ -96,7 +96,7 @@ export class TagsFilteringComponent implements OnInit { this.checkBoxTages = this.checkBoxTages.replace(event.target.id + ',', '') .replace(event.target.id, ''); } else { - this.checkBoxTages += event.target.id.trim() + ', '; + this.checkBoxTages += event.target.id.trim() + ','; } const tagsSelected = this.checkBoxTages.split(',').filter(item => { if (item) {