This is an automated email from the ASF dual-hosted git repository.
atkach pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git
The following commit(s) were added to refs/heads/trunk by this push:
new c730933 AMBARI-24673 The operation 'Install HDP-{$version} version'
change name after ending and page reloading
c730933 is described below
commit c7309337719d418490df9397698c68aebe739686
Author: Andrii Tkach <[email protected]>
AuthorDate: Mon Sep 24 16:03:06 2018 +0300
AMBARI-24673 The operation 'Install HDP-{$version} version' change name
after ending and page reloading
---
ambari-web/app/utils/host_progress_popup.js | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/ambari-web/app/utils/host_progress_popup.js
b/ambari-web/app/utils/host_progress_popup.js
index ecfaa0c..8be2fb9 100644
--- a/ambari-web/app/utils/host_progress_popup.js
+++ b/ambari-web/app/utils/host_progress_popup.js
@@ -316,7 +316,8 @@ App.HostPopup = Em.Object.create({
serviceName: serviceName,
dataSourceController: controller,
isBackgroundOperations: isBackgroundOperations,
- inputData: controller.get("services")
+ inputData: controller.get("services"),
+ servicesInfo: []
});
if (isBackgroundOperations) {