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 de5083c  AMBARI-23051 Background Ops during wizard pages do not show 
all the ops running by default
de5083c is described below

commit de5083c76cdc9e8938c58c1a75bb719e46091751
Author: Andrii Tkach <atk...@apache.org>
AuthorDate: Thu Feb 22 16:28:24 2018 +0200

    AMBARI-23051 Background Ops during wizard pages do not show all the ops 
running by default
---
 ambari-web/app/views/common/host_progress_popup_body_view.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ambari-web/app/views/common/host_progress_popup_body_view.js 
b/ambari-web/app/views/common/host_progress_popup_body_view.js
index 46b8621..d08cfeb 100644
--- a/ambari-web/app/views/common/host_progress_popup_body_view.js
+++ b/ambari-web/app/views/common/host_progress_popup_body_view.js
@@ -390,6 +390,7 @@ App.HostProgressPopupBodyView = App.TableView.extend({
       this.updateHostInfo();
     } else {
       this.get('parentView').switchView("HOSTS_LIST");
+      this.set('hostCategory', this.get('categories').findProperty('value', 
'all'));
     }
   },
 

-- 
To stop receiving notification emails like this one, please contact
atk...@apache.org.

Reply via email to