You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ak...@apache.org on 2018/06/05 12:55:46 UTC

[ambari] branch trunk updated: AMBARI-24036. Config Group Names are converted to uppercase once selected on UI (akovalenko)

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

akovalenko 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 5f113f2  AMBARI-24036. Config Group Names are converted to uppercase once selected on UI (akovalenko)
5f113f2 is described below

commit 5f113f2bea9cad7d8f0ed8d308e5f73ad673b102
Author: Aleksandr Kovalenko <ak...@apache.org>
AuthorDate: Tue Jun 5 14:42:48 2018 +0300

    AMBARI-24036. Config Group Names are converted to uppercase once selected on UI (akovalenko)
---
 ambari-web/app/styles/config_versions_control.less | 1 +
 ambari-web/app/styles/wizard.less                  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/ambari-web/app/styles/config_versions_control.less b/ambari-web/app/styles/config_versions_control.less
index 365ef0f..2e3362b 100644
--- a/ambari-web/app/styles/config_versions_control.less
+++ b/ambari-web/app/styles/config_versions_control.less
@@ -113,6 +113,7 @@
     display: inline-block;
     width: @button-width;
     .btn.dropdown-toggle {
+      text-transform: none;
       width: 100%;
       text-align: left;
       padding: 10px;
diff --git a/ambari-web/app/styles/wizard.less b/ambari-web/app/styles/wizard.less
index 63a2763..19aa4ba 100644
--- a/ambari-web/app/styles/wizard.less
+++ b/ambari-web/app/styles/wizard.less
@@ -782,6 +782,7 @@
   button.first {
     border-top-right-radius: 0;
     border-bottom-right-radius: 0;
+    text-transform: none;
   }
 }
 

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