Updated Branches: refs/heads/trunk bf1789f25 -> 7b5e3914a
AMBARI-3688. Checking 'do not show' does not persist on background ops. (xiwang) Project: http://git-wip-us.apache.org/repos/asf/incubator-ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ambari/commit/7b5e3914 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/7b5e3914 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/7b5e3914 Branch: refs/heads/trunk Commit: 7b5e3914a3004fc0c85438baf5599bafb8a6ff66 Parents: bf1789f Author: Xi Wang <[email protected]> Authored: Mon Nov 4 16:48:26 2013 -0800 Committer: Xi Wang <[email protected]> Committed: Mon Nov 4 16:51:57 2013 -0800 ---------------------------------------------------------------------- ambari-web/app/utils/host_progress_popup.js | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/7b5e3914/ambari-web/app/utils/host_progress_popup.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/utils/host_progress_popup.js b/ambari-web/app/utils/host_progress_popup.js index 5930ed3..65eb4db 100644 --- a/ambari-web/app/utils/host_progress_popup.js +++ b/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,
