Parcourir la 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 il y a 13 ans
Parent
commit
77cc8c893c
2 fichiers modifiés avec 5 ajouts et 1 suppressions
  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
 
-  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)
 

+ 2 - 0
hmc/js/uninstall.js

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