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

heneveld pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-ui.git

commit df84ff5e0c6347682bdcd7f41f7cc943ecbceca4
Author: Mykola Mandra <[email protected]>
AuthorDate: Tue Aug 3 11:06:12 2021 +0100

    Display tooltip on the left of the DSL edit search result
    
    Signed-off-by: Mykola Mandra <[email protected]>
---
 .../app/components/dsl-editor/dsl-editor.template.html                  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/ui-modules/blueprint-composer/app/components/dsl-editor/dsl-editor.template.html
 
b/ui-modules/blueprint-composer/app/components/dsl-editor/dsl-editor.template.html
index 13c0d91..1291ca3 100644
--- 
a/ui-modules/blueprint-composer/app/components/dsl-editor/dsl-editor.template.html
+++ 
b/ui-modules/blueprint-composer/app/components/dsl-editor/dsl-editor.template.html
@@ -56,7 +56,7 @@
 
         <div class="list-group">
             <a href="#" class="list-group-item" ng-repeat="item in items | 
filter:predicate | orderBy:state.orderBy.property as results track by $index" 
ng-click="selectItem(item, $event)" ng-class="{'active': item === state.item}"
-               uib-tooltip="{{item.description}}" tooltip-placement="right" 
tooltip-append-to-body="true">
+               uib-tooltip="{{item.description}}" tooltip-placement="left" 
tooltip-append-to-body="true">
                 <h4 class="list-group-item-heading">
                     <i class="fa" ng-class="{'fa-cog': item.type === 
DSL_KINDS.CONFIG, 'fa-rss': item.type === DSL_KINDS.SENSOR, 'fa-crosshairs': 
item.type === DSL_KINDS.ENTITY}"></i>
                     {{item.name}}

Reply via email to