You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ab...@apache.org on 2014/02/10 18:21:11 UTC

git commit: AMBARI-4581 Filter field in Add Service Wizard is out of place in narrow window. (ababiichuk)

Updated Branches:
  refs/heads/trunk a7bc7d669 -> 2e2b7153f


AMBARI-4581 Filter field in Add Service Wizard is out of place in narrow window. (ababiichuk)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/2e2b7153
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/2e2b7153
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/2e2b7153

Branch: refs/heads/trunk
Commit: 2e2b7153f4b8f60f901d61a7d2393b800305bc82
Parents: a7bc7d6
Author: aBabiichuk <ab...@cybervisiontech.com>
Authored: Mon Feb 10 19:16:29 2014 +0200
Committer: aBabiichuk <ab...@cybervisiontech.com>
Committed: Mon Feb 10 19:16:41 2014 +0200

----------------------------------------------------------------------
 ambari-web/app/styles/application.less | 11 ++++++++---
 ambari-web/app/utils/config.js         |  2 +-
 2 files changed, 9 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/2e2b7153/ambari-web/app/styles/application.less
----------------------------------------------------------------------
diff --git a/ambari-web/app/styles/application.less b/ambari-web/app/styles/application.less
index 623155f..4b68944 100644
--- a/ambari-web/app/styles/application.less
+++ b/ambari-web/app/styles/application.less
@@ -4520,10 +4520,15 @@ ul.inline li {
       width: 68%;
     }
   }
-  .wizard-content{
-    .filter-combobox{
+  .wizard-content {
+    #serviceConfig {
+      .alert {
+        padding-right: 10px!important;
+      }
+    }
+    .filter-combobox {
       > input {
-        width: 140px!important;
+        width: 115px!important;
       }
     }
   }

http://git-wip-us.apache.org/repos/asf/ambari/blob/2e2b7153/ambari-web/app/utils/config.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/utils/config.js b/ambari-web/app/utils/config.js
index 6ecdcdd..9e13872 100644
--- a/ambari-web/app/utils/config.js
+++ b/ambari-web/app/utils/config.js
@@ -43,7 +43,7 @@ App.config = Em.Object.create({
     "&apos;": "'"
   },
   
-  CONFIG_GROUP_NAME_MAX_LENGTH: 40,
+  CONFIG_GROUP_NAME_MAX_LENGTH: 18,
 
   /**
    * filename exceptions used to support substandard sitenames which don't have "xml" extension