This is an automated email from the ASF dual-hosted git repository. JHoelli pushed a commit to branch 1357-harmonize-resource-creation-workflow-for-pipelines in repository https://gitbox.apache.org/repos/asf/streampipes.git
commit 91a98f3b72c521979199a70e37fc206b84861c3f Author: Jacqueline Höllig <[email protected]> AuthorDate: Fri Jul 10 08:42:56 2026 +0000 moved button --- .../pipeline-assembly-options.component.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ui/src/app/editor/components/pipeline-assembly/pipeline-assembly-options/pipeline-assembly-options.component.html b/ui/src/app/editor/components/pipeline-assembly/pipeline-assembly-options/pipeline-assembly-options.component.html index d3fac0f1ed..220fe23fc4 100644 --- a/ui/src/app/editor/components/pipeline-assembly/pipeline-assembly-options/pipeline-assembly-options.component.html +++ b/ui/src/app/editor/components/pipeline-assembly/pipeline-assembly-options/pipeline-assembly-options.component.html @@ -96,7 +96,9 @@ #assemblyOptionsPipelineCacheComponent > </sp-pipeline-assembly-options-pipeline-cache> - @if (editMode) { + + <span fxFlex></span> + @if (editMode) { <button mat-icon-button [matMenuTriggerFor]="pipelineOptionsMenu" @@ -124,7 +126,6 @@ </button> </mat-menu> } - <span fxFlex></span> <button mat-icon-button [matTooltip]="'Clear Assembly Area' | translate"
