solving showing icon and filter by tags 86/117086/1
authorEltanany Shaaban <shaaban.eltanany.ext@orange.com>
Sun, 24 Jan 2021 11:16:47 +0000 (13:16 +0200)
committerEltanany Shaaban <shaaban.eltanany.ext@orange.com>
Sun, 24 Jan 2021 11:16:47 +0000 (13:16 +0200)
Issue-ID: CCSDK-2432
Signed-off-by: Eltanany Shaaban <shaaban.eltanany.ext@orange.com>
Change-Id: Id90a8706374f67959c43b616e4b123baa782354b

cds-ui/designer-client/src/app/modules/feature-modules/packages/designer/designer.component.html
cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/filter-by-tags/filter-by-tags.component.ts

index e11302d..d1b5eca 100644 (file)
@@ -14,7 +14,7 @@
                         <a routerLink="/packages/package/{{packageId}}">{{viewedPackage.artifactName}}</a>
                         <button type="button" class="btn package-info-btn tooltip-bottom" data-toggle="modal"
                             data-target="#exampleModalLong" data-tooltip="Package Details">
-                            <i class="icon-info" aria-hidden="true"></i>
+                            <!--   <i class="icon-info" aria-hidden="true"></i>-->
                         </button>
                     </li>
                     <i class="fa fa-angle-right ml-2 mr-2"></i>
index 4939e94..6f02bba 100644 (file)
@@ -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) {