Browse Source

AMBARI-5418 BGO window filters should not persist the selected values. (Buzhor Denys via ababiichuk)

aBabiichuk 11 years ago
parent
commit
156b98e4cd
1 changed files with 2 additions and 1 deletions
  1. 2 1
      ambari-web/app/utils/host_progress_popup.js

+ 2 - 1
ambari-web/app/utils/host_progress_popup.js

@@ -544,6 +544,7 @@ App.HostPopup = Em.Object.create({
          * Preset values on init
          */
         setOnStart: function () {
+          this.set('serviceCategory', this.get('categories').findProperty('value','all'));
           if (this.get("controller.isBackgroundOperations")) {
             this.get('controller').setSelectCount(this.get("services"), this.get('categories'));
             this.updateHostInfo();
@@ -936,4 +937,4 @@ App.HostPopup = Em.Object.create({
     return self.get('isPopup');
   }
 
-});
+});