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=20171022-1"></script>
<script src="<%=basePath%>script/autoscaling/autoscaling_new.js?v=20171022-2"></script>
<script>
$("#li_manager").addClass("active open");
$("#li_autoscaling").addClass("active");
... ...
... ... @@ -984,7 +984,7 @@ function editToGit(showMessage){
}
writeToText("第 5 步:更新git - app-iptable文件成功!");
if(scalingGroupName=="gateway"){
if(scalingGroupName=="gateway"||scalingGroupName=="java-gateway"){
writeToText("第 6 步:开始更新gateway upstream.......");
url=contextPath+'autoScalingTool/updateGatewayUpstream';
$.ajax({
... ...