瀏覽代碼

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,
       didInsertElement: function(){
         this.set('isOpen', true);
+        this.set ('isNotShowBgChecked', !App.router.get('mainAdminUserSettingsController').loadShowBgChecked());
       },
       headerClass: Ember.View.extend({
         controller: this,