Browse Source

AMBARI-3688. Checking 'do not show' does not persist on background ops. (xiwang)

Xi Wang 11 years ago
parent
commit
7b5e3914a3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      ambari-web/app/utils/host_progress_popup.js

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

@@ -473,6 +473,7 @@ App.HostPopup = Em.Object.create({
       isOpen: false,
       didInsertElement: function(){
         this.set('isOpen', true);
+        this.set ('isNotShowBgChecked', !App.router.get('mainAdminUserSettingsController').loadShowBgChecked());
       },
       headerClass: Ember.View.extend({
         controller: this,