浏览代码

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

Yusaku Sako 11 年之前
父节点
当前提交
2fd989f11f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ambari-web/app/controllers/global/background_operations_controller.js

+ 1 - 1
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 {