Browse Source

AMBARI-281. Uninstall should hide loading image at startup. Contributed by Vikram

git-svn-id: https://svn.apache.org/repos/asf/incubator/ambari/branches/ambari-186@1339988 13f79535-47bb-0310-9956-ffa450edef68
Hitesh Shah 13 years ago
parent
commit
77cc8c893c
2 changed files with 5 additions and 1 deletions
  1. 3 1
      CHANGES.txt
  2. 2 0
      hmc/js/uninstall.js

+ 3 - 1
CHANGES.txt

@@ -2,7 +2,9 @@ Ambari Change log
 
 
 Release 0.x.x - unreleased
 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)
   AMBARI-249. Uninstall support from UI. (Vikram via hitesh)
 
 

+ 2 - 0
hmc/js/uninstall.js

@@ -116,3 +116,5 @@ globalYui.one("#fileUploadTargetId").on('load', function (e) {
     submitDataAndProgressToNextScreen(url, requestData, submitButton, thisScreenId, nextScreenId, nextScreenRenderFunction);
     submitDataAndProgressToNextScreen(url, requestData, submitButton, thisScreenId, nextScreenId, nextScreenRenderFunction);
 });
 });
 
 
+/* Main() */
+hideLoadingImg();