浏览代码

AMBARI-2652. Unable to add component from host details page. (Aleksandr Kovalenko via yusaku)

Yusaku Sako 12 年之前
父节点
当前提交
318a7983f8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ambari-web/app/controllers/main/host/details.js

+ 1 - 1
ambari-web/app/controllers/main/host/details.js

@@ -239,7 +239,7 @@ App.MainHostDetailsController = Em.Controller.extend({
         }),
         onPrimary: function () {
           this.hide();
-          this.primary(component);
+          self.primary(component);
         }
       });
     }