You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ze...@apache.org on 2020/09/23 11:32:56 UTC

[incubator-streampipes] branch rel/0.67.0 updated: [STREAMPIPES-243] Configuration of And Processor is broken

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

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


The following commit(s) were added to refs/heads/rel/0.67.0 by this push:
     new c114524  [STREAMPIPES-243] Configuration of And Processor is broken
c114524 is described below

commit c114524881b9f78aef9fbc93639e4308605a1508
Author: Philipp Zehnder <ze...@fzi.de>
AuthorDate: Wed Sep 23 13:19:59 2020 +0200

    [STREAMPIPES-243] Configuration of And Processor is broken
---
 .../output-strategy/custom-output/custom-output-strategy.component.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ui/src/app/editor/components/output-strategy/custom-output/custom-output-strategy.component.html b/ui/src/app/editor/components/output-strategy/custom-output/custom-output-strategy.component.html
index 2efa74e..9d169bc 100644
--- a/ui/src/app/editor/components/output-strategy/custom-output/custom-output-strategy.component.html
+++ b/ui/src/app/editor/components/output-strategy/custom-output/custom-output-strategy.component.html
@@ -31,7 +31,7 @@
         <property-selection (validateForm)="checkFormValidity()" [outputStrategy]="outputStrategy" [eventProperty]="property"
                             [layer]="0" [restrictedEditMode]="restrictedEditMode"></property-selection>
     </div>
-    <div *ngIf="collectedPropertiesSecondStream.length > 0">
+    <div fxLayout="column" fxFlex="100" *ngIf="collectedPropertiesSecondStream.length > 0">
         <div fxFlex="100" fxLayout="row" fxLayoutAlign="start center">
             <h5 style="margin-right:10px;">{{selectedElement.inputStreams[1].name}}</h5>
             <button mat-button mat-raised-button color="primary" class="small-button"