You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by wi...@apache.org on 2020/08/10 16:14:40 UTC

[incubator-streampipes] branch dev updated: [STREAMPIPES-194] remove widget icon from being rendered

This is an automated email from the ASF dual-hosted git repository.

wiener pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes.git


The following commit(s) were added to refs/heads/dev by this push:
     new ab05ed7  [STREAMPIPES-194] remove widget icon from being rendered
ab05ed7 is described below

commit ab05ed7496abc4275dc82695126636e4cefc2e2a
Author: Patrick Wiener <wi...@fzi.de>
AuthorDate: Mon Aug 10 18:14:25 2020 +0200

    [STREAMPIPES-194] remove widget icon from being rendered
---
 .../dialogs/add-widget/add-visualization-dialog.component.html          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ui/src/app/dashboard/dialogs/add-widget/add-visualization-dialog.component.html b/ui/src/app/dashboard/dialogs/add-widget/add-visualization-dialog.component.html
index 2d0d8a9..b355ad3 100644
--- a/ui/src/app/dashboard/dialogs/add-widget/add-visualization-dialog.component.html
+++ b/ui/src/app/dashboard/dialogs/add-widget/add-visualization-dialog.component.html
@@ -55,7 +55,7 @@
                                 <span *ngIf="widget.widgetIconName"><i class="{{widget.widgetIconName}}"></i></span>
                             </div>
                             <h4 mat-line>{{widget.widgetLabel}}</h4>
-                            <p mat-line>{{widget.widgetDescription}} - {{widget.widgetIconName}} </p>
+                            <p mat-line>{{widget.widgetDescription}}</p>
                         </mat-list-item>
                     </mat-list>
                 </div>