소스 검색

AMBARI-13374. Issue with overlay for config groups popup on the ASW (onechiporenko)

Oleg Nechiporenko 9 년 전
부모
커밋
a143c01ad3
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      ambari-web/app/controllers/main/service/manage_config_groups_controller.js

+ 1 - 0
ambari-web/app/controllers/main/service/manage_config_groups_controller.js

@@ -656,6 +656,7 @@ App.ManageConfigGroupsController = Em.Controller.extend(App.ConfigOverridable, {
       didInsertElement: function(){
       didInsertElement: function(){
         this.validate();
         this.validate();
         this.$('input').focus();
         this.$('input').focus();
+        this.fitZIndex();
       },
       },
 
 
       validate: function () {
       validate: function () {