Explorar el Código

AMBARI-384. Fix the position of the deploy error logs popup (Contributed by Yusaku)

git-svn-id: https://svn.apache.org/repos/asf/incubator/ambari/branches/ambari-186@1347154 13f79535-47bb-0310-9956-ffa450edef68
Vikram Dixit K hace 13 años
padre
commit
5a42660315
Se han modificado 2 ficheros con 3 adiciones y 1 borrados
  1. 2 0
      CHANGES.txt
  2. 1 1
      hmc/js/deployProgress.js

+ 2 - 0
CHANGES.txt

@@ -6,6 +6,8 @@ characters wide.
 
 Release 0.1.x - unreleased
 
+  AMBARI-384. Fix the position of the deploy error logs popup (Yusaku via Vikram)
+
   AMBARI-385. Namenode format should not be passed as true in the manifest unless from user input. (Vikram via Jitendra)
 
   AMBARI-383. Do not force the user to look at the error logs before given choices to go back/continue, etc (Yusaku via Vikram)

+ 1 - 1
hmc/js/deployProgress.js

@@ -177,7 +177,7 @@ function renderDeployProgress (deployProgressInfo) {
        * the contents inside errorInfoPanel (and make it visible). 
        */
       globalYui.one("#showDeployTxnLogsLinkId").on( "click", function(e) {
-
+        errorInfoPanel.set('centered', true);
         errorInfoPanel.set( 'bodyContent', errorInfoPanelBodyContent );
         errorInfoPanel.show();