Skip to content

Commit

Permalink
Merge branch 'bug_22428/missing_tooltip_on_unused_directives_icon_pr'…
Browse files Browse the repository at this point in the history
… into branches/rudder/7.2
  • Loading branch information
Jenkins CI committed Mar 17, 2023
2 parents 14b7281 + d74a2c7 commit 7a26a92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -470,7 +470,7 @@ object DisplayDirectiveTree extends Loggable {
"""

<span id={"badge-apm-" + tooltipId}>[BADGE]</span> ++
<span class="treeDirective bsTooltip" data-toggle="tooltip" data-placement="top" data-html="true" title={
<span class="treeDirective bsTooltip" data-toggle="tooltip" data-placement="top" data-html="true" data-container="body" title={
tooltipContent
}>
<span class="techversion">
Expand Down
Expand Up @@ -420,7 +420,7 @@ var buildDirectiveTree = function(id, initially_select, appContext, select_limit

openTreeNodes(id, "directiveTreeSettings_nodesState", data);

$(id+' .rudder-label').bsTooltip();
$(id+' .rudder-label, .bsTooltip').bsTooltip();
}).on("ready.jstree", function () {
// make jstree node openable in a new tab
var nodes = document.querySelectorAll('[id^="jsTree-"][id$="_anchor"]');
Expand Down

0 comments on commit 7a26a92

Please sign in to comment.