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/11 17:56:17 UTC

[1/2] git commit: AMBARI-4608 medkit-icons are shifted out of their places, in hosts table in Safari. (ababiichuk)

Updated Branches:
  refs/heads/trunk 90b463d2b -> b527a781c


AMBARI-4608 medkit-icons are shifted out of their places, in hosts table in Safari. (ababiichuk)


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

Branch: refs/heads/trunk
Commit: bad3ad2bb464f5b4fa23b7ead4560349d1826c56
Parents: 90b463d
Author: aBabiichuk <ab...@cybervisiontech.com>
Authored: Tue Feb 11 18:49:23 2014 +0200
Committer: aBabiichuk <ab...@cybervisiontech.com>
Committed: Tue Feb 11 18:49:23 2014 +0200

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


http://git-wip-us.apache.org/repos/asf/ambari/blob/bad3ad2b/ambari-web/app/styles/application.less
----------------------------------------------------------------------
diff --git a/ambari-web/app/styles/application.less b/ambari-web/app/styles/application.less
index 719c876..d947bf0 100644
--- a/ambari-web/app/styles/application.less
+++ b/ambari-web/app/styles/application.less
@@ -2888,7 +2888,8 @@ table.graphs {
     th:first-child,
     td:first-child + td,
     th:first-child + th{
-      width: 13px;
+      width: 3%;
+      width: 13px\9!important;
     }
     .col2,
     td:first-child + td + td,
@@ -2900,7 +2901,8 @@ table.graphs {
     th:first-child + th + th + th,
     td:first-child + td + td + td + td,
     th:first-child + th + th + th + th{
-      width: 13px;
+      width: 3%;
+      width: 13px\9!important;
     }
     .col5,.col6,.col7,.col8,.col9,
     td:first-child + td + td + td + td + td,
@@ -2944,7 +2946,6 @@ table.graphs {
     }
     td.health span {
       display: block;
-      float: right;
       height: 13px;
       margin: 5px 0 0 0;
       width: 13px;


[2/2] git commit: AMBARI-4584 Storm: implement ZooKeeper as a required service for Storm in Select Services page. (Denys Buzhor via ababiichuk)

Posted by ab...@apache.org.
AMBARI-4584 Storm: implement ZooKeeper as a required service for Storm in Select Services page. (Denys Buzhor via ababiichuk)


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

Branch: refs/heads/trunk
Commit: b527a781ccf139e4194f5fb18440b01bee72a28d
Parents: bad3ad2
Author: aBabiichuk <ab...@cybervisiontech.com>
Authored: Tue Feb 11 18:52:11 2014 +0200
Committer: aBabiichuk <ab...@cybervisiontech.com>
Committed: Tue Feb 11 18:52:11 2014 +0200

----------------------------------------------------------------------
 ambari-web/app/controllers/wizard/step4_controller.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/b527a781/ambari-web/app/controllers/wizard/step4_controller.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/controllers/wizard/step4_controller.js b/ambari-web/app/controllers/wizard/step4_controller.js
index 5e2f216..4cb3be2 100644
--- a/ambari-web/app/controllers/wizard/step4_controller.js
+++ b/ambari-web/app/controllers/wizard/step4_controller.js
@@ -133,7 +133,7 @@ App.WizardStep4Controller = Em.ArrayController.extend({
    * @return {Boolean}
    */
   needToAddZooKeeper: function() {
-    return this.needAddService('ZOOKEEPER', ['HBASE','HIVE','WEBHCAT']);
+    return this.needAddService('ZOOKEEPER', ['HBASE','HIVE','WEBHCAT','STORM']);
   },
   /**
    * Check whether we should turn on <code>ZooKeeper</code> service (on 2.x stack)