소스 검색

AMBARI-15144. Login Message: clicking on submit button of login message has not action (alexantonenko)

Alex Antonenko 9 년 전
부모
커밋
03534a08dc
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 4 1
      ambari-web/app/router.js

+ 4 - 1
ambari-web/app/router.js

@@ -380,7 +380,10 @@ App.Router = Em.Router.extend({
             '<div class="modal-footer">' +
             '<button class="btn btn-success" {{action onPrimary target="view"}}>' + buttonText + '</button>'+
             '</div>'
-          )
+          ),
+          onPrimary: function() {
+            this.get('parentView').onPrimary();
+          }
         }),
 
         onPrimary: function () {