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:56:32 UTC

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

Updated Branches:
  refs/heads/branch-1.4.3 39b8b26ea -> 6b84da1c5


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/37c7d6ee
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/37c7d6ee
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/37c7d6ee

Branch: refs/heads/branch-1.4.3
Commit: 37c7d6ee35512b7632f9349218368f6c2557e9c3
Parents: 39b8b26
Author: aBabiichuk <ab...@cybervisiontech.com>
Authored: Fri Dec 20 17:49:54 2013 +0200
Committer: aBabiichuk <ab...@cybervisiontech.com>
Committed: Fri Dec 20 17:56:20 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/37c7d6ee/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/6b84da1c
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/6b84da1c
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/6b84da1c

Branch: refs/heads/branch-1.4.3
Commit: 6b84da1c5038b1734146d53415dd60dfb12c0311
Parents: 37c7d6e
Author: aBabiichuk <ab...@cybervisiontech.com>
Authored: Fri Dec 20 17:50:38 2013 +0200
Committer: aBabiichuk <ab...@cybervisiontech.com>
Committed: Fri Dec 20 17:56:21 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/6b84da1c/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
   }
 }