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/04/10 13:55:58 UTC

[1/2] git commit: AMBARI-5419 '100%' string out of box when installed done. (Buzhor Denys via ababiichuk)

Repository: ambari
Updated Branches:
  refs/heads/trunk 8fa25781d -> 156b98e4c


AMBARI-5419 '100%' string out of box when installed done. (Buzhor Denys via ababiichuk)


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

Branch: refs/heads/trunk
Commit: ec156a36741d9eaa59f2b388e49aae5b1a842f3f
Parents: 8fa2578
Author: aBabiichuk <ab...@cybervisiontech.com>
Authored: Thu Apr 10 14:46:53 2014 +0300
Committer: aBabiichuk <ab...@cybervisiontech.com>
Committed: Thu Apr 10 14:46:53 2014 +0300

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


http://git-wip-us.apache.org/repos/asf/ambari/blob/ec156a36/ambari-web/app/styles/application.less
----------------------------------------------------------------------
diff --git a/ambari-web/app/styles/application.less b/ambari-web/app/styles/application.less
index 1a8bdae..5e1eb0e 100644
--- a/ambari-web/app/styles/application.less
+++ b/ambari-web/app/styles/application.less
@@ -592,10 +592,10 @@ h1 {
         width: 30%;
       }
       th.status {
-        width: 30%;
+        width: 35%;
       }
       th.messgage {
-        width: 40%;
+        width: 35%;
       }
       .progress-bar {
         width: 80%;
@@ -6049,4 +6049,4 @@ i.icon-asterisks {
 .views_sizes {
   width:100%;
   min-height:600px;
-}
\ No newline at end of file
+}


[2/2] git commit: AMBARI-5418 BGO window filters should not persist the selected values. (Buzhor Denys via ababiichuk)

Posted by ab...@apache.org.
AMBARI-5418 BGO window filters should not persist the selected values. (Buzhor Denys via ababiichuk)


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

Branch: refs/heads/trunk
Commit: 156b98e4cd4cc61e909407075650e315f25dfeb8
Parents: ec156a3
Author: aBabiichuk <ab...@cybervisiontech.com>
Authored: Thu Apr 10 14:47:31 2014 +0300
Committer: aBabiichuk <ab...@cybervisiontech.com>
Committed: Thu Apr 10 14:47:31 2014 +0300

----------------------------------------------------------------------
 ambari-web/app/utils/host_progress_popup.js | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/156b98e4/ambari-web/app/utils/host_progress_popup.js
----------------------------------------------------------------------
diff --git a/ambari-web/app/utils/host_progress_popup.js b/ambari-web/app/utils/host_progress_popup.js
index a9eebf7..8d1cdbe 100644
--- a/ambari-web/app/utils/host_progress_popup.js
+++ b/ambari-web/app/utils/host_progress_popup.js
@@ -544,6 +544,7 @@ App.HostPopup = Em.Object.create({
          * Preset values on init
          */
         setOnStart: function () {
+          this.set('serviceCategory', this.get('categories').findProperty('value','all'));
           if (this.get("controller.isBackgroundOperations")) {
             this.get('controller').setSelectCount(this.get("services"), this.get('categories'));
             this.updateHostInfo();
@@ -936,4 +937,4 @@ App.HostPopup = Em.Object.create({
     return self.get('isPopup');
   }
 
-});
\ No newline at end of file
+});