This is an automated email from the ASF dual-hosted git repository.
jialiang pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git
The following commit(s) were added to refs/heads/trunk by this push:
new 23e6b63b1d AMBARI-26251: tooltip display issue #3911
23e6b63b1d is described below
commit 23e6b63b1d8f941672bc7fce61d2d9bc7846a2c9
Author: zrain <[email protected]>
AuthorDate: Wed Dec 11 08:56:54 2024 +0800
AMBARI-26251: tooltip display issue #3911
---
ambari-web/app/views/common/controls_view.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ambari-web/app/views/common/controls_view.js
b/ambari-web/app/views/common/controls_view.js
index ca5bf6fcf1..1f78e59cc3 100644
--- a/ambari-web/app/views/common/controls_view.js
+++ b/ambari-web/app/views/common/controls_view.js
@@ -41,7 +41,7 @@ App.ServiceConfigPopoverSupport = Ember.Mixin.create({
serviceConfig: null,
attributeBindings:['readOnly'],
isPopoverEnabled: true,
- popoverPlacement: 'auto right',
+ popoverPlacement: 'right',
didInsertElement: function () {
App.tooltip(this.$('[data-bs-toggle=tooltip]'), {placement: 'top'});
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]