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

[incubator-streampipes] branch dev updated: [STREAMPIPES-218] Always show config icon in pipeline editor

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

riemer 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 0b3086d  [STREAMPIPES-218] Always show config icon in pipeline editor
     new c5e4c67  Merge branch 'dev' of github.com:apache/incubator-streampipes into dev
0b3086d is described below

commit 0b3086d028807e5650816ef3a2504ea04f71b2df
Author: Dominik Riemer <ri...@fzi.de>
AuthorDate: Wed Sep 2 10:40:21 2020 +0200

    [STREAMPIPES-218] Always show config icon in pipeline editor
---
 .../pipeline-element-options/pipeline-element-options.component.html    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ui/src/app/editor/components/pipeline-element-options/pipeline-element-options.component.html b/ui/src/app/editor/components/pipeline-element-options/pipeline-element-options.component.html
index 274e157..b345465 100644
--- a/ui/src/app/editor/components/pipeline-element-options/pipeline-element-options.component.html
+++ b/ui/src/app/editor/components/pipeline-element-options/pipeline-element-options.component.html
@@ -17,7 +17,7 @@
   -->
 
 <div *ngIf="currentMouseOverElement==pipelineElement.payload.dom" class="sp-fade-options">
-    <span class="options-button customize-button" *ngIf="pipelineElement.type!='stream' && pipelineElement.settings.completed" style="z-index:10">
+    <span class="options-button customize-button" *ngIf="pipelineElement.type!='stream'" style="z-index:10">
         <button mat-button mat-icon-button matTooltip="Configure Element"
                 [matTooltipPosition]="'above'"
                 (click)="customizeElement(pipelineElement)">