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/06/07 21:05:55 UTC

[incubator-streampipes] 01/02: [STREAMPIPES-145] Add tooltips to assembly

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

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

commit b6329494e92c70d7e792e653abeb582f3f0872c8
Author: Dominik Riemer <ri...@fzi.de>
AuthorDate: Sun Jun 7 18:17:14 2020 +0200

    [STREAMPIPES-145] Add tooltips to assembly
---
 .../components/pipeline-assembly/pipeline-assembly.component.html    | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/ui/src/app/editor-v2/components/pipeline-assembly/pipeline-assembly.component.html b/ui/src/app/editor-v2/components/pipeline-assembly/pipeline-assembly.component.html
index ae7723e..67dd075 100644
--- a/ui/src/app/editor-v2/components/pipeline-assembly/pipeline-assembly.component.html
+++ b/ui/src/app/editor-v2/components/pipeline-assembly/pipeline-assembly.component.html
@@ -46,7 +46,7 @@
                     (click)="zoomOut()">
                 <i class="material-icons">zoom_out</i>
             </button>
-            <button mat-button matTooltip="Auto Layout" [matTooltipPosition]="'below'"
+            <button mat-button matTooltip="Auto Layout" [matTooltipPosition]="'above'"
                     class="md-icon-button settings-bar-icon-button" (click)="autoLayout()">
                 <i class="material-icons">settings_overscan</i>
             </button>
@@ -87,7 +87,8 @@
                     </div>
                 </div>
             </div>
-            <button mat-button class="md-icon-button" ng-click="showClearAssemblyConfirmDialog($event)">
+            <button mat-button matTooltip="Clear Assembly Area" [matTooltipPosition]="'above'"
+                    class="md-icon-button" (click)="showClearAssemblyConfirmDialog($event)">
                 <i class="material-icons">clear</i>
                 <!--                <md-tooltip md-direction="top">-->
                 <!--                    Clear Assembly Area-->