Explorar o código

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

Xi Wang %!s(int64=11) %!d(string=hai) anos
pai
achega
7b5e3914a3
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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,