You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ji...@apache.org on 2012/05/17 04:51:51 UTC

svn commit: r1339456 - in /incubator/ambari/branches/ambari-186: CHANGES.txt hmc/js/addNodesWizardInit.js

Author: jitendra
Date: Thu May 17 02:51:51 2012
New Revision: 1339456

URL: http://svn.apache.org/viewvc?rev=1339456&view=rev
Log:
AMBARI-290. Comment in addNodesWizardInit.js. Contributed by Varun Kapoor.

Modified:
    incubator/ambari/branches/ambari-186/CHANGES.txt
    incubator/ambari/branches/ambari-186/hmc/js/addNodesWizardInit.js

Modified: incubator/ambari/branches/ambari-186/CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/ambari/branches/ambari-186/CHANGES.txt?rev=1339456&r1=1339455&r2=1339456&view=diff
==============================================================================
--- incubator/ambari/branches/ambari-186/CHANGES.txt (original)
+++ incubator/ambari/branches/ambari-186/CHANGES.txt Thu May 17 02:51:51 2012
@@ -2,6 +2,8 @@ Ambari Change log
 
 Release 0.x.x - unreleased
 
+  AMBARI-290. Comment in addNodesWizardInit.js. (Varun Kapoor via jitendra)
+
   AMBARI-240. Make All FE Entry Points Hide The Loading Image When They're Ready To Take Input. 
   (Varun Kapoor via jitendra)
 

Modified: incubator/ambari/branches/ambari-186/hmc/js/addNodesWizardInit.js
URL: http://svn.apache.org/viewvc/incubator/ambari/branches/ambari-186/hmc/js/addNodesWizardInit.js?rev=1339456&r1=1339455&r2=1339456&view=diff
==============================================================================
--- incubator/ambari/branches/ambari-186/hmc/js/addNodesWizardInit.js (original)
+++ incubator/ambari/branches/ambari-186/hmc/js/addNodesWizardInit.js Thu May 17 02:51:51 2012
@@ -6,4 +6,5 @@ var addNodesRequestData = {
 
 InstallationWizard.AddNodes.render(addNodesRequestData);
 
+/* Signify that the containing application is ready for business. */
 hideLoadingImg();