Authored by qinchao

自动伸缩

... ... @@ -181,7 +181,7 @@
</div>
<script src="<%=basePath%>script/common/genarate_left_panel.js"></script>
<script src="<%=basePath%>script/autoscaling/autoscaling_new.js?v=20171019-99"></script>
<script src="<%=basePath%>script/autoscaling/autoscaling_new.js?v=20171019-100"></script>
<script>
$("#li_manager").addClass("active open");
$("#li_autoscaling").addClass("active");
... ...
... ... @@ -485,7 +485,7 @@ function unDeploy(showMessage){
}else if(scalingGroupName=="ELASTICSEARCH"){
updateEsConfig(showMessage);
}else if(scalingGroupName.indexOf("nginx")>=0){
updateNginxInfo();
updateNginxInfo(showMessage);
}else{
writeToText("正在更新git-iptables,请稍后...");
//5:更新git文件
... ...