You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by is...@apache.org on 2018/05/01 15:49:25 UTC

[ambari] branch trunk updated: [AMBARI-23734] Customize Services - Tooltip issues on Accounts Tab and All Configuration Tabs (#1143)

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

ishanbha 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 5c28f91  [AMBARI-23734] Customize Services - Tooltip issues on Accounts Tab and All Configuration Tabs (#1143)
5c28f91 is described below

commit 5c28f9106cb9e2a88bd9e65ddf75e2aaa7e77ab0
Author: Ishan Bhatt <is...@gmail.com>
AuthorDate: Tue May 1 11:49:22 2018 -0400

    [AMBARI-23734] Customize Services - Tooltip issues on Accounts Tab and All Configuration Tabs (#1143)
---
 ambari-web/app/styles/bootstrap_overrides.less         | 1 +
 ambari-web/app/templates/wizard/step7/accounts_tab.hbs | 2 +-
 ambari-web/app/views/common/controls_view.js           | 1 +
 3 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/ambari-web/app/styles/bootstrap_overrides.less b/ambari-web/app/styles/bootstrap_overrides.less
index e8e7cc2..51c7088 100644
--- a/ambari-web/app/styles/bootstrap_overrides.less
+++ b/ambari-web/app/styles/bootstrap_overrides.less
@@ -31,6 +31,7 @@ select.form-control {
 }
 
 .popover {
+  word-wrap: break-word;  
   small {
     font-size: 1.3rem;
   }
diff --git a/ambari-web/app/templates/wizard/step7/accounts_tab.hbs b/ambari-web/app/templates/wizard/step7/accounts_tab.hbs
index 8ff0cb9..d4f0fe8 100644
--- a/ambari-web/app/templates/wizard/step7/accounts_tab.hbs
+++ b/ambari-web/app/templates/wizard/step7/accounts_tab.hbs
@@ -38,7 +38,7 @@
         <td class="account-title">{{property.displayName}}</td>
         <td>
           <div {{bindAttr class="property.errorMessage:has-error"}}>
-            {{view property.viewClass serviceConfigBinding="property" fullWidth=true}}
+            {{view property.viewClass serviceConfigBinding="property" fullWidth=true isPopoverEnabled="false"}}
           </div>
         </td>
       </tr>
diff --git a/ambari-web/app/views/common/controls_view.js b/ambari-web/app/views/common/controls_view.js
index afece2f..22ad28e 100644
--- a/ambari-web/app/views/common/controls_view.js
+++ b/ambari-web/app/views/common/controls_view.js
@@ -250,6 +250,7 @@ App.ServiceConfigTextFieldUserGroupWithID = Ember.View.extend(App.ServiceConfigP
   valueBinding: 'serviceConfig.value',
   placeholderBinding: 'serviceConfig.savedValue',
   classNamesBindings: 'view.fullWidth::display-inline-block',
+  isPopoverEnabled: 'false',
 
   fullWidth: false,
 

-- 
To stop receiving notification emails like this one, please contact
ishanbha@apache.org.