ソースを参照

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);
         }
       });
     }