diff --git a/ambari-web/app/views/common/controls_view.js b/ambari-web/app/views/common/controls_view.js index ca5bf6fcf12..1f78e59cc36 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'});