Updated Branches:
  refs/heads/trunk 8ba695725 -> 2fd989f11

AMBARI-3128. BG Ops popup behaving strangely after security was enabled. 
(Andrii Babiichuk via yusaku)


Project: http://git-wip-us.apache.org/repos/asf/incubator-ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ambari/commit/2fd989f1
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/2fd989f1
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/2fd989f1

Branch: refs/heads/trunk
Commit: 2fd989f11f115d1d11f4201ade00ff3f63628367
Parents: 8ba6957
Author: Yusaku Sako <[email protected]>
Authored: Fri Sep 6 11:27:48 2013 -0700
Committer: Yusaku Sako <[email protected]>
Committed: Fri Sep 6 11:27:48 2013 -0700

----------------------------------------------------------------------
 .../app/controllers/global/background_operations_controller.js     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/2fd989f1/ambari-web/app/controllers/global/background_operations_controller.js
----------------------------------------------------------------------
diff --git 
a/ambari-web/app/controllers/global/background_operations_controller.js 
b/ambari-web/app/controllers/global/background_operations_controller.js
index 3129507..5686e5b 100644
--- a/ambari-web/app/controllers/global/background_operations_controller.js
+++ b/ambari-web/app/controllers/global/background_operations_controller.js
@@ -111,7 +111,7 @@ App.BackgroundOperationsController = Em.Controller.extend({
    */
   showPopup: function(){
     App.updater.immediateRun('requestMostRecent');
-    if(this.get('popupView')){
+    if(this.get('popupView') && App.HostPopup.get('showServices')){
       this.set('popupView.isOpen', true);
       $(this.get('popupView.element')).appendTo('#wrapper');
     } else {

Reply via email to