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 2013/12/20 16:57:05 UTC

[1/2] git commit: AMBARI-4138 Possibility duplicate one group many times with the same name (ababiichuk)

Updated Branches:
  refs/heads/trunk b7e2fe7c0 -> 52fa294fe


AMBARI-4138 Possibility duplicate one group many times with the same name (ababiichuk)


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

Branch: refs/heads/trunk
Commit: ba8f51094e4d6cef5ad97f947576cd26bf0d1564
Parents: b7e2fe7
Author: aBabiichuk <ab...@cybervisiontech.com>
Authored: Fri Dec 20 17:43:25 2013 +0200
Committer: aBabiichuk <ab...@cybervisiontech.com>
Committed: Fri Dec 20 17:56:57 2013 +0200

----------------------------------------------------------------------
 .../controllers/main/service/manage_config_groups_controller.js   | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/ba8f5109/ambari-web/app/controllers/main/service/manage_config_groups_controller.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/controllers/main/service/manage_config_groups_controller.js b/ambari-web/app/controllers/main/service/manage_config_groups_controller.js
index f93dcef..849a579 100644
--- a/ambari-web/app/controllers/main/service/manage_config_groups_controller.js
+++ b/ambari-web/app/controllers/main/service/manage_config_groups_controller.js
@@ -361,6 +361,9 @@ App.ManageConfigGroupsController = Em.Controller.extend({
       configGroupName: duplicated ? self.get('selectedConfigGroup.name') + ' Copy' : "",
       configGroupDesc: duplicated ? self.get('selectedConfigGroup.description') + ' (Copy)' : "",
       warningMessage: '',
+      didInsertElement: function(){
+        this.validate();
+      },
       validate: function () {
         var warningMessage = '';
         if (self.get('configGroups').mapProperty('name').contains(this.get('configGroupName').trim())) {


[2/2] git commit: AMBARI-4139 Big padding of MapReduce service on Services page if alerts are present. (ababiichuk)

Posted by ab...@apache.org.
AMBARI-4139 Big padding of MapReduce service on Services page if alerts are present. (ababiichuk)


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

Branch: refs/heads/trunk
Commit: 52fa294feef250f9dcdc420d1f3c039d1c15720b
Parents: ba8f510
Author: aBabiichuk <ab...@cybervisiontech.com>
Authored: Fri Dec 20 17:45:52 2013 +0200
Committer: aBabiichuk <ab...@cybervisiontech.com>
Committed: Fri Dec 20 17:56:58 2013 +0200

----------------------------------------------------------------------
 ambari-web/app/styles/application.less | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/52fa294f/ambari-web/app/styles/application.less
----------------------------------------------------------------------
diff --git a/ambari-web/app/styles/application.less b/ambari-web/app/styles/application.less
index 7005de6..de30a90 100644
--- a/ambari-web/app/styles/application.less
+++ b/ambari-web/app/styles/application.less
@@ -2023,7 +2023,11 @@ width:100%;
     li {
       line-height: 24px;
       a {
-        padding: 3px 10px;
+        padding: 3px 4px;
+        white-space: nowrap;
+      }
+      .label {
+        padding: 1px 2px 2px 4px;
       }
     }
 
@@ -4231,10 +4235,10 @@ ul.inline li {
     }
   }
   .service-menu-width {
-    width: 157px!important;
+    width: 163px!important;
   }
   .summary-width {
-    width:763px!important
+    width:757px!important
   }
 }