Authored by qinchao

es项目的自动伸缩

@@ -181,7 +181,7 @@ @@ -181,7 +181,7 @@
181 </div> 181 </div>
182 182
183 <script src="<%=basePath%>script/common/genarate_left_panel.js"></script> 183 <script src="<%=basePath%>script/common/genarate_left_panel.js"></script>
184 -<script src="<%=basePath%>script/autoscaling/autoscaling_new.js?v=20171017-1"></script> 184 +<script src="<%=basePath%>script/autoscaling/autoscaling_new.js?v=20171018-1"></script>
185 <script> 185 <script>
186 $("#li_manager").addClass("active open"); 186 $("#li_manager").addClass("active open");
187 $("#li_autoscaling").addClass("active"); 187 $("#li_autoscaling").addClass("active");
@@ -566,6 +566,7 @@ function updateEsConfig(showMessage){ @@ -566,6 +566,7 @@ function updateEsConfig(showMessage){
566 url: contextPath + "autoScalingTool/updateEsConfig", 566 url: contextPath + "autoScalingTool/updateEsConfig",
567 type: "post", 567 type: "post",
568 dataType: "json", 568 dataType: "json",
  569 + async: false,
569 data: { 570 data: {
570 allIps:newInstanceIps 571 allIps:newInstanceIps
571 }, 572 },