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

svn commit: r1339988 - in /incubator/ambari/branches/ambari-186: CHANGES.txt hmc/js/uninstall.js

Author: hitesh
Date: Fri May 18 06:07:51 2012
New Revision: 1339988

URL: http://svn.apache.org/viewvc?rev=1339988&view=rev
Log:
AMBARI-281. Uninstall should hide loading image at startup. Contributed by Vikram

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

Modified: incubator/ambari/branches/ambari-186/CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/ambari/branches/ambari-186/CHANGES.txt?rev=1339988&r1=1339987&r2=1339988&view=diff
==============================================================================
--- incubator/ambari/branches/ambari-186/CHANGES.txt (original)
+++ incubator/ambari/branches/ambari-186/CHANGES.txt Fri May 18 06:07:51 2012
@@ -2,7 +2,9 @@ Ambari Change log
 
 Release 0.x.x - unreleased
 
-  AMBARI 280. Cleanup of utilities. (Vikram via hitesh)
+  AMBARI-281. Uninstall should hide loading image at startup. (Vikram via hitesh)
+
+  AMBARI-280. Cleanup of utilities. (Vikram via hitesh)
 
   AMBARI-249. Uninstall support from UI. (Vikram via hitesh)
 

Modified: incubator/ambari/branches/ambari-186/hmc/js/uninstall.js
URL: http://svn.apache.org/viewvc/incubator/ambari/branches/ambari-186/hmc/js/uninstall.js?rev=1339988&r1=1339987&r2=1339988&view=diff
==============================================================================
--- incubator/ambari/branches/ambari-186/hmc/js/uninstall.js (original)
+++ incubator/ambari/branches/ambari-186/hmc/js/uninstall.js Fri May 18 06:07:51 2012
@@ -116,3 +116,5 @@ globalYui.one("#fileUploadTargetId").on(
     submitDataAndProgressToNextScreen(url, requestData, submitButton, thisScreenId, nextScreenId, nextScreenRenderFunction);
 });
 
+/* Main() */
+hideLoadingImg();