浏览代码

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

Xi Wang 11 年之前
父节点
当前提交
7b5e3914a3
共有 1 个文件被更改,包括 1 次插入0 次删除
  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,
       isOpen: false,
       didInsertElement: function(){
       didInsertElement: function(){
         this.set('isOpen', true);
         this.set('isOpen', true);
+        this.set ('isNotShowBgChecked', !App.router.get('mainAdminUserSettingsController').loadShowBgChecked());
       },
       },
       headerClass: Ember.View.extend({
       headerClass: Ember.View.extend({
         controller: this,
         controller: this,