Author: yusaku
Date: Tue Jan 15 21:32:17 2013
New Revision: 1433663

URL: http://svn.apache.org/viewvc?rev=1433663&view=rev
Log:
AMBARI-1190. Detailed log view dialogs are not center-aligned. (yusaku)

Modified:
    incubator/ambari/trunk/CHANGES.txt
    incubator/ambari/trunk/ambari-web/app/views/common/modal_popup.js

Modified: incubator/ambari/trunk/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/incubator/ambari/trunk/CHANGES.txt?rev=1433663&r1=1433662&r2=1433663&view=diff
==============================================================================
--- incubator/ambari/trunk/CHANGES.txt (original)
+++ incubator/ambari/trunk/CHANGES.txt Tue Jan 15 21:32:17 2013
@@ -38,6 +38,8 @@ Trunk (unreleased changes):
 
  BUG FIXES
 
+ AMBARI-1190. Detailed log view dialogs are not center-aligned. (yusaku)
+
  AMBARI-1187. Dashboard > MapReduce mini chart sometimes shows partial graph 
and hides recent data. (yusaku)
 
  AMBARI-1184. After adding hosts, the host count shown in the Dashboard is

Modified: incubator/ambari/trunk/ambari-web/app/views/common/modal_popup.js
URL: 
http://svn.apache.org/viewvc/incubator/ambari/trunk/ambari-web/app/views/common/modal_popup.js?rev=1433663&r1=1433662&r2=1433663&view=diff
==============================================================================
--- incubator/ambari/trunk/ambari-web/app/views/common/modal_popup.js (original)
+++ incubator/ambari/trunk/ambari-web/app/views/common/modal_popup.js Tue Jan 
15 21:32:17 2013
@@ -71,7 +71,7 @@ App.ModalPopup = Ember.View.extend({
     if(this.autoHeight){
       this._super();
       var block = this.$().find('#modal > .modal-body').first();
-      block.css('max-height', $(window).height()- block.offset().top - 100); 
// fix popup height
+      block.css('max-height', $(window).height()- block.offset().top - 300); 
// fix popup height
     }
   }
 });


Reply via email to